C# Class Castle.ActiveRecord.Framework.ActiveRecordException

Inheritance: System.Exception
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Méthodes protégées

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

Initializes a new instance of the ActiveRecordException class.

Method Details

ActiveRecordException() protected méthode

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

ActiveRecordException() public méthode

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

ActiveRecordException() public méthode

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