[Missing <summary> documentation for "M:NHibernate.UnresolvableObjectException.ThrowIfNull(System.Object,System.Object,System.Type)"]

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

Syntax

C#
public static void ThrowIfNull(
	Object o,
	Object id,
	Type clazz
)
Visual Basic
Public Shared Sub ThrowIfNull ( _
	o As Object, _
	id As Object, _
	clazz As Type _
)
Visual C++
public:
static void ThrowIfNull(
	Object^ o, 
	Object^ id, 
	Type^ clazz
)

Parameters

o
Type: System..::..Object

[Missing <param name="o"/> documentation for "M:NHibernate.UnresolvableObjectException.ThrowIfNull(System.Object,System.Object,System.Type)"]

id
Type: System..::..Object

[Missing <param name="id"/> documentation for "M:NHibernate.UnresolvableObjectException.ThrowIfNull(System.Object,System.Object,System.Type)"]

clazz
Type: System..::..Type

[Missing <param name="clazz"/> documentation for "M:NHibernate.UnresolvableObjectException.ThrowIfNull(System.Object,System.Object,System.Type)"]

See Also