Share via


UnknownTypeEnumeratorException Constructor (String, Exception)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    typeName As String, _
    innerException As Exception _
)
'Usage
Dim typeName As String
Dim innerException As Exception

Dim instance As New UnknownTypeEnumeratorException(typeName, _
    innerException)
public UnknownTypeEnumeratorException(
    string typeName,
    Exception innerException
)
public:
UnknownTypeEnumeratorException(
    String^ typeName, 
    Exception^ innerException
)
new : 
        typeName:string * 
        innerException:Exception -> UnknownTypeEnumeratorException
public function UnknownTypeEnumeratorException(
    typeName : String, 
    innerException : Exception
)

Parameters

  • typeName
    Type: System.String
    A string that specifies the type name.