NHibernate.PropertyAccessException.PropertyAccessException C# (CSharp) Method

PropertyAccessException() public method

public PropertyAccessException ( Exception innerException, string message, bool wasSetter, System persistentType ) : System
innerException System.Exception
message string
wasSetter bool
persistentType System
return System
		public PropertyAccessException(Exception innerException, string message, bool wasSetter, System.Type persistentType)
			: base(message, innerException)
		{
			this.persistentType = persistentType;
			this.wasSetter = wasSetter;
		}

Same methods

PropertyAccessException::PropertyAccessException ( Exception innerException, string message, bool wasSetter, System persistentType, string propertyName ) : System
PropertyAccessException::PropertyAccessException ( SerializationInfo info, StreamingContext context ) : System