NHibernate.InstantiationException.InstantiationException C# (CSharp) Method

InstantiationException() protected method

Initializes a new instance of the InstantiationException class with serialized data.
protected InstantiationException ( 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
		protected InstantiationException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
			this.type = info.GetValue("type", typeof(System.Type)) as System.Type;
		}

Same methods

InstantiationException::InstantiationException ( string message, Exception innerException, System type ) : System
InstantiationException::InstantiationException ( string message, System type ) : System