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