C# Класс Crabwise.CommandWrap.CommandException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandException ( ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message, Exception inner ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message, Exception inner, Command command ) : System

Initializes a new instance of the CommandException class.

Защищенные методы

Метод Описание
CommandException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CommandException class.

Описание методов

CommandException() публичный Метод

Initializes a new instance of the CommandException class.
public CommandException ( ) : System
Результат System

CommandException() защищенный Метод

Initializes a new instance of the CommandException class.
protected CommandException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The given serialized info.
context System.Runtime.Serialization.StreamingContext Information about the stream and sender.
Результат System

CommandException() публичный Метод

Initializes a new instance of the CommandException class.
public CommandException ( string message ) : System
message string The error message associated with the exception.
Результат System

CommandException() публичный Метод

Initializes a new instance of the CommandException class.
public CommandException ( string message, Exception inner ) : System
message string The error message associated with the exception.
inner System.Exception The inner exception.
Результат System

CommandException() публичный Метод

Initializes a new instance of the CommandException class.
public CommandException ( string message, Exception inner, Command command ) : System
message string The error message associated with the exception.
inner System.Exception The inner exception.
command Command The object associated with the exception.
Результат System