ResultTypeNotSupportedEnumeratorException-Konstruktor (ResultType, Exception)
Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
type As ResultType, _
innerException As Exception _
)
'Usage
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
)
Parameter
- type
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType
The result type
- innerException
Typ: System. . :: . .Exception
An Exception object that specifies the inner exception for the Result Type Not Supported Enumerator Exception.