InvalidCommandTreeException Construtores

Definição

Inicializa uma nova instância da InvalidCommandTreeException classe.

Sobrecargas

Name Description
InvalidCommandTreeException()

Inicializa uma nova instância da InvalidCommandTreeException classe com uma mensagem por defeito.

InvalidCommandTreeException(String)

Inicializa uma nova instância da InvalidCommandTreeException classe com a mensagem especificada.

InvalidCommandTreeException(String, Exception)

Inicializa uma nova instância da InvalidCommandTreeException classe com a mensagem especificada e a exceção interna.

InvalidCommandTreeException()

Inicializa uma nova instância da InvalidCommandTreeException classe com uma mensagem por defeito.

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

Aplica-se a

InvalidCommandTreeException(String)

Inicializa uma nova instância da InvalidCommandTreeException classe com a mensagem especificada.

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

Parâmetros

message
String

A mensagem de exceção.

Aplica-se a

InvalidCommandTreeException(String, Exception)

Inicializa uma nova instância da InvalidCommandTreeException classe com a mensagem especificada e a exceção interna.

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)

Parâmetros

message
String

A mensagem de exceção.

innerException
Exception

A exceção que é a causa disto InvalidCommandTreeException.

Aplica-se a