Initializes a new instance of the QueryOptimizationException class with the specified string.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public QueryOptimizationException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::..String
The string to display when the exception is thrown.

See Also