Construtor ResultTypeNotSupportedEnumeratorException (ResultType, Exception)
Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. 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 ( _
type As ResultType, _
innerException As Exception _
)
'Uso
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
)
Parâmetros
- 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.
Consulte também
Referência
ResultTypeNotSupportedEnumeratorException Classe