C# Class CodeValue.CodeCommander.Exceptions.CommandFailureException

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

Public Methods

Method Description
CommandFailureException ( ) : System
CommandFailureException ( string message ) : System
CommandFailureException ( string message, Exception inner ) : System

Protected Methods

Method Description
CommandFailureException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CommandFailureException() public method

public CommandFailureException ( ) : System
return System

CommandFailureException() protected method

protected CommandFailureException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CommandFailureException() public method

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

CommandFailureException() public method

public CommandFailureException ( string message, Exception inner ) : System
message string
inner System.Exception
return System