Initializes a new instance of the QueryOptimizationException class using the specified string and inner exception.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public QueryOptimizationException( string message, Exception inner ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
Parameters
- message
- Type: System..::..String
The string to display when the exception is thrown.
- inner
- Type: System..::..Exception
Gets the Exception instance that caused the current exception.