C# Class MicroLite.MicroLiteException

Inheritance: System.Exception
ファイルを表示 Open project: TrevorPilley/MicroLite

Public Methods

Method Description
MicroLiteException ( ) : System

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message ) : System

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message, Exception innerException ) : System

Initialises a new instance of the MicroLiteException class.

Protected Methods

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

Initialises a new instance of the MicroLiteException class.

Method Details

MicroLiteException() public method

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( ) : System
return System

MicroLiteException() protected method

Initialises a new instance of the MicroLiteException class.
The parameter is null. The class name is null or is zero (0).
protected MicroLiteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System

MicroLiteException() public method

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( string message ) : System
message string The message.
return System

MicroLiteException() public method

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System