Initializes a new instance of the InvalidProxyTypeException class

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

Syntax

C#
public InvalidProxyTypeException(
	ICollection<string> errors
)
Visual Basic
Public Sub New ( _
	errors As ICollection(Of String) _
)
Visual C++
public:
InvalidProxyTypeException(
	ICollection<String^>^ errors
)

Parameters

errors
Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>

[Missing <param name="errors"/> documentation for "M:NHibernate.InvalidProxyTypeException.#ctor(System.Collections.Generic.ICollection{System.String})"]

See Also