Udostępnij przez


Konstruktor ResultTypeNotSupportedEnumeratorException (ResultType, Exception)

Inicjuje nowe wystąpienie ResultTypeNotSupportedEnumeratorException klasy z określonego typu i parametr wewnętrzny wyjątek.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    type As ResultType, _
    innerException As Exception _
)
'Użycie
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
)

Parametry

  • innerException
    Typ: System.Exception
    Obiekt wyjątku określa wynik typu nie obsługiwany moduł wyliczający wyjątku wyjątek wewnętrzny.