C# Class Castle.ActiveRecord.ActiveRecordInitializationException

Inheritance: ActiveRecordException
Mostrar archivo Open project: shosca/ActiveRecord

Public Methods

Method Description
ActiveRecordInitializationException ( string message ) : System

Initializes a new instance of the ActiveRecordInitializationException class.

ActiveRecordInitializationException ( string message, Exception innerException ) : System

Initializes a new instance of the ActiveRecordInitializationException class.

Protected Methods

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

Initializes a new instance of the ActiveRecordInitializationException class.

Method Details

ActiveRecordInitializationException() protected method

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

ActiveRecordInitializationException() public method

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

ActiveRecordInitializationException() public method

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