C# Класс CodeValue.CodeCommander.Exceptions.CommandTimeoutException

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

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

Метод Описание
CommandTimeoutException ( ) : System
CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
CommandTimeoutException ( string message ) : System
CommandTimeoutException ( string message, CommandState state ) : System
CommandTimeoutException ( string message, Exception innerException ) : System

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

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

public CommandTimeoutException ( ) : System
Результат System

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

public CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public CommandTimeoutException ( string message ) : System
message string
Результат System

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

public CommandTimeoutException ( string message, CommandState state ) : System
message string
state CommandState
Результат System

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

public CommandTimeoutException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System