C# Class CodeValue.CodeCommander.Exceptions.CommandTimeoutException

Inheritance: System.Exception
Show file Open project: arielbh/CodeCommander

Public Methods

Method Description
CommandTimeoutException ( ) : System
CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
CommandTimeoutException ( string message ) : System
CommandTimeoutException ( string message, CommandState state ) : System
CommandTimeoutException ( string message, Exception innerException ) : System

Method Details

CommandTimeoutException() public method

public CommandTimeoutException ( ) : System
return System

CommandTimeoutException() public method

public CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CommandTimeoutException() public method

public CommandTimeoutException ( string message ) : System
message string
return System

CommandTimeoutException() public method

public CommandTimeoutException ( string message, CommandState state ) : System
message string
state CommandState
return System

CommandTimeoutException() public method

public CommandTimeoutException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System