Share via


ResultTypeNotSupportedEnumeratorException Constructor (ResultType, Exception)

Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. 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, _
    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
)

Parameters

  • innerException
    Type: System.Exception
    An Exception object that specifies the inner exception for the Result Type Not Supported Enumerator Exception.