Initializes a new instance of the PropertyAccessException class

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public PropertyAccessException(
	Exception innerException,
	string message,
	bool wasSetter,
	Type persistentType
)
Visual Basic
Public Sub New ( _
	innerException As Exception, _
	message As String, _
	wasSetter As Boolean, _
	persistentType As Type _
)
Visual C++
public:
PropertyAccessException(
	Exception^ innerException, 
	String^ message, 
	bool wasSetter, 
	Type^ persistentType
)

Parameters

innerException
Type: System..::..Exception

[Missing <param name="innerException"/> documentation for "M:NHibernate.PropertyAccessException.#ctor(System.Exception,System.String,System.Boolean,System.Type)"]

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.PropertyAccessException.#ctor(System.Exception,System.String,System.Boolean,System.Type)"]

wasSetter
Type: System..::..Boolean

[Missing <param name="wasSetter"/> documentation for "M:NHibernate.PropertyAccessException.#ctor(System.Exception,System.String,System.Boolean,System.Type)"]

persistentType
Type: System..::..Type

[Missing <param name="persistentType"/> documentation for "M:NHibernate.PropertyAccessException.#ctor(System.Exception,System.String,System.Boolean,System.Type)"]

See Also