An exception that occurs at configuration time, rather than runtime, as a result of something screwy in the hibernate.cfg.xml.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate..::..MappingException
          NHibernate.Cfg..::..HibernateConfigException

See Also