C# Class Castle.ActiveRecord.ActiveRecordException

Inheritance: System.Exception
Show file Open project: shosca/ActiveRecord

Public Methods

Method Description
ActiveRecordException ( string message ) : System

Initializes a new instance of the ActiveRecordException class.

ActiveRecordException ( string message, Exception innerException ) : System

Initializes a new instance of the ActiveRecordException class.

Protected Methods

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

Initializes a new instance of the ActiveRecordException class.

Method Details

ActiveRecordException() protected method

Initializes a new instance of the ActiveRecordException class.
The class name is null or is zero (0). The info parameter is null.
protected ActiveRecordException ( 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

ActiveRecordException() public method

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

ActiveRecordException() public method

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