C# Class Chinchilla.ChinchillaException

Inheritance: System.Exception
Mostra file Open project: jonnii/chinchilla

Public Methods

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

Protected Methods

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

Method Details

ChinchillaException() public method

public ChinchillaException ( ) : System
return System

ChinchillaException() protected method

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

ChinchillaException() public method

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

ChinchillaException() public method

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