Share via


ResultTypeNotSupportedEnumeratorException Constructor (ResultType)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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
)

Parameters