C# Class AwesomeSauce.Configuration.Actions.AwesomeException

Inheritance: System.Exception
Show file Open project: rauhryan/awesomesauce

Public Methods

Method Description
AwesomeException ( ) : System
AwesomeException ( string message ) : System
AwesomeException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

AwesomeException() public method

public AwesomeException ( ) : System
return System

AwesomeException() protected method

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

AwesomeException() public method

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

AwesomeException() public method

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