Initializes a new instance of the PropertyNotFoundException class
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PropertyNotFoundException( string propertyName, string fieldName, Type targetType ) |
Visual Basic |
---|
Public Sub New ( _ propertyName As String, _ fieldName As String, _ targetType As Type _ ) |
Visual C++ |
---|
public: PropertyNotFoundException( String^ propertyName, String^ fieldName, Type^ targetType ) |
Parameters
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.PropertyNotFoundException.#ctor(System.String,System.String,System.Type)"]
- fieldName
- Type: System..::..String
[Missing <param name="fieldName"/> documentation for "M:NHibernate.PropertyNotFoundException.#ctor(System.String,System.String,System.Type)"]
- targetType
- Type: System..::..Type
[Missing <param name="targetType"/> documentation for "M:NHibernate.PropertyNotFoundException.#ctor(System.String,System.String,System.Type)"]