[Missing <summary> documentation for "T:NHibernate.Bytecode.UnableToLoadProxyFactoryFactoryException"]

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

Syntax

C#
[SerializableAttribute]
public class UnableToLoadProxyFactoryFactoryException : HibernateByteCodeException
Visual Basic
<SerializableAttribute> _
Public Class UnableToLoadProxyFactoryFactoryException _
	Inherits HibernateByteCodeException
Visual C++
[SerializableAttribute]
public ref class UnableToLoadProxyFactoryFactoryException : public HibernateByteCodeException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate.Bytecode..::..HibernateByteCodeException
          NHibernate.Bytecode..::..UnableToLoadProxyFactoryFactoryException

See Also