Constructeur ResultTypeNotSupportedEnumeratorException (ResultType, Exception)

Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As ResultType, _
    innerException As Exception _
)
'Utilisation
Dim type As ResultType 
Dim innerException As Exception 

Dim instance As New ResultTypeNotSupportedEnumeratorException(type, innerException)
public ResultTypeNotSupportedEnumeratorException(
    ResultType type,
    Exception innerException
)
public:
ResultTypeNotSupportedEnumeratorException(
    ResultType type, 
    Exception^ innerException
)
new : 
        type:ResultType * 
        innerException:Exception -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
    type : ResultType, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    An Exception object that specifies the inner exception for the Result Type Not Supported Enumerator Exception.

Voir aussi

Référence

ResultTypeNotSupportedEnumeratorException Classe

Surcharge ResultTypeNotSupportedEnumeratorException

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc