Castle.ActiveRecord.Framework.ActiveRecordException.ActiveRecordException C# (CSharp) Méthode

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
		protected ActiveRecordException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
		}
	}

Same methods

ActiveRecordException::ActiveRecordException ( string message ) : System
ActiveRecordException::ActiveRecordException ( string message, Exception innerException ) : System
ActiveRecordException