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

Syntax

Visual Basic (Declaration)
Public Shared Sub ThrowIfNull ( _
	o As Object, _
	id As Object, _
	clazz As Type _
)
C#
public static void ThrowIfNull(
	Object o,
	Object id,
	Type clazz
)
Visual C++
public:
static void ThrowIfNull(
	Object^ o, 
	Object^ id, 
	Type^ clazz
)
JavaScript
NHibernate.ObjectNotFoundException.throwIfNull = function(o, id, clazz);

Parameters

o
Type: System..::.Object
id
Type: System..::.Object
clazz
Type: System..::.Type

See Also