ResultTypeNotSupportedEnumeratorException Constructor (ResultType, Exception)
Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
ResultTypeNotSupportedEnumeratorException Clase