[Missing <summary> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.EnlistError(System.Type,System.String)"]

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

Syntax

C#
protected void EnlistError(
	Type type,
	string text
)
Visual Basic
Protected Sub EnlistError ( _
	type As Type, _
	text As String _
)
Visual C++
protected:
void EnlistError(
	Type^ type, 
	String^ text
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.EnlistError(System.Type,System.String)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.EnlistError(System.Type,System.String)"]

See Also