Initializes a new instance of the UnableToLoadProxyFactoryFactoryException class

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

Syntax

C#
public UnableToLoadProxyFactoryFactoryException(
	string typeName,
	Exception inner
)
Visual Basic
Public Sub New ( _
	typeName As String, _
	inner As Exception _
)
Visual C++
public:
UnableToLoadProxyFactoryFactoryException(
	String^ typeName, 
	Exception^ inner
)

Parameters

typeName
Type: System..::..String

[Missing <param name="typeName"/> documentation for "M:NHibernate.Bytecode.UnableToLoadProxyFactoryFactoryException.#ctor(System.String,System.Exception)"]

inner
Type: System..::..Exception

[Missing <param name="inner"/> documentation for "M:NHibernate.Bytecode.UnableToLoadProxyFactoryFactoryException.#ctor(System.String,System.Exception)"]

See Also