Costruttore ResultTypeNotSupportedEnumeratorException (ResultType, Exception)
Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
type As ResultType, _
innerException As Exception _
)
'Utilizzo
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
)
Parametri
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The result type
- innerException
Tipo: System.Exception
An Exception object that specifies the inner exception for the Result Type Not Supported Enumerator Exception.
Vedere anche
Riferimento
ResultTypeNotSupportedEnumeratorException Classe