InvalidCommandTreeException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InvalidCommandTreeException.

Przeciążenia

Nazwa Opis
InvalidCommandTreeException()

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z komunikatem domyślnym.

InvalidCommandTreeException(String)

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z określonym komunikatem.

InvalidCommandTreeException(String, Exception)

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z określonym komunikatem i wyjątkiem wewnętrznym.

InvalidCommandTreeException()

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z komunikatem domyślnym.

public:
 InvalidCommandTreeException();
public InvalidCommandTreeException();
Public Sub New ()

Dotyczy

InvalidCommandTreeException(String)

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z określonym komunikatem.

public:
 InvalidCommandTreeException(System::String ^ message);
public InvalidCommandTreeException(string message);
new System.Data.InvalidCommandTreeException : string -> System.Data.InvalidCommandTreeException
Public Sub New (message As String)

Parametry

message
String

Komunikat o wyjątku.

Dotyczy

InvalidCommandTreeException(String, Exception)

Inicjuje nowe wystąpienie InvalidCommandTreeException klasy z określonym komunikatem i wyjątkiem wewnętrznym.

public:
 InvalidCommandTreeException(System::String ^ message, Exception ^ innerException);
public InvalidCommandTreeException(string message, Exception innerException);
new System.Data.InvalidCommandTreeException : string * Exception -> System.Data.InvalidCommandTreeException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o wyjątku.

innerException
Exception

Wyjątek, który jest przyczyną tego InvalidCommandTreeException.

Dotyczy