Indicates that an expected getter or setter method could not be found on a class

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate..::..MappingException
          NHibernate..::..FKUnmatchingColumnsException

See Also