C# Class Castle.ActiveRecord.ActiveRecordInitializationException

Inheritance: ActiveRecordException
Afficher le fichier Open project: shosca/ActiveRecord

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ActiveRecordInitializationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ActiveRecordInitializationException class.

Method Details

ActiveRecordInitializationException() protected méthode

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.
Résultat System

ActiveRecordInitializationException() public méthode

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

ActiveRecordInitializationException() public méthode

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.
Résultat System