Udostępnij za pośrednictwem


InvalidCommandTreeException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InvalidCommandTreeException.

Przeciążenia

InvalidCommandTreeException()

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

InvalidCommandTreeException(String)

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

InvalidCommandTreeException(String, Exception)

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

InvalidCommandTreeException()

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

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

Dotyczy

InvalidCommandTreeException(String)

Inicjuje nowe wystąpienie klasy InvalidCommandTreeException 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 wyjątku.

Dotyczy

InvalidCommandTreeException(String, Exception)

Inicjuje InvalidCommandTreeException nowe wystąpienie 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 wyjątku.

innerException
Exception

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

Dotyczy