Udostępnij przez


InvalidCommandTreeException Konstruktory

Definicja

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 Sub New ()

Dotyczy

InvalidCommandTreeException(String)

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

public InvalidCommandTreeException (string message);
new System.Data.Entity.Core.InvalidCommandTreeException : string -> System.Data.Entity.Core.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 (string message, Exception innerException);
new System.Data.Entity.Core.InvalidCommandTreeException : string * Exception -> System.Data.Entity.Core.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