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