Partilhar via


Construtor UnknownTypeEnumeratorException (String, Exception)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Sub New ( _
    typeName As String, _
    innerException As Exception _
)
'Uso
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
)

Parâmetros