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

Syntax

Visual Basic (Declaration)
Protected Sub ThrowPropertyException ( _
	propertyName As String _
)
C#
protected void ThrowPropertyException(
	string propertyName
)
Visual C++
protected:
void ThrowPropertyException(
	String^ propertyName
)
JavaScript
function throwPropertyException(propertyName);

Parameters

propertyName
Type: System..::.String

See Also