Udostępnij za pośrednictwem


Konstruktor QueryNotSupportedEnumeratorException (String, Exception)

Inicjuje nowe wystąpienie QueryNotSupportedEnumeratorException klasy wiadomości zdefiniowane i wyjątków. 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)

Syntax

'Deklaracja
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception

Dim instance As New QueryNotSupportedEnumeratorException(message, _
    innerException)
public QueryNotSupportedEnumeratorException(
    string message,
    Exception innerException
)
public:
QueryNotSupportedEnumeratorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
    message : String, 
    innerException : Exception
)

Parameters

  • message
    Typ: System. . :: . .String
    Wartość ciągu Określa ciąg komunikat kwerendy nie obsługiwane numeratora wyjątku.
  • innerException
    Typ: System. . :: . .Exception
    Obiekt wyjątku określa wyjątek wewnętrzny wyjątek kwerendy nie obsługiwane numeratora.