ResultTypeNotSupportedEnumeratorException-Konstruktor (ResultType)

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 _
)
'Usage
Dim type As ResultType

Dim instance As New ResultTypeNotSupportedEnumeratorException(type)
public ResultTypeNotSupportedEnumeratorException(
    ResultType type
)
public:
ResultTypeNotSupportedEnumeratorException(
    ResultType type
)
new : 
        type:ResultType -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
    type : ResultType
)

Parameter