[Missing <summary> documentation for "M:NHibernate.Persister.Entity.AbstractPropertyMapping.PropertyException(System.String)"]

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

Syntax

C#
protected QueryException PropertyException(
	string propertyName
)
Visual Basic
Protected Function PropertyException ( _
	propertyName As String _
) As QueryException
Visual C++
protected:
QueryException^ PropertyException(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Persister.Entity.AbstractPropertyMapping.PropertyException(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.AbstractPropertyMapping.PropertyException(System.String)"]

See Also