[]
        
(Showing Draft Content)

C1.LiveLinq.QueryOptimizationException.-ctor

QueryOptimizationException Constructor

QueryOptimizationException()

Initializes a new instance of the QueryOptimizationException class. This is the default constructor.

Declaration
public QueryOptimizationException()

QueryOptimizationException(string)

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

Declaration
public QueryOptimizationException(string message)
Parameters
Type Name Description
string message

The string to display when the exception is thrown.

QueryOptimizationException(string, Exception)

Initializes a new instance of the QueryOptimizationException class using the specified string and inner exception.

Declaration
public QueryOptimizationException(string message, Exception inner)
Parameters
Type Name Description
string message

The string to display when the exception is thrown.

Exception inner

Gets the Exception instance that caused the current exception.

QueryOptimizationException(SerializationInfo, StreamingContext)

Initializes a new instance of the QueryOptimizationException class from serialized data.

Declaration
protected QueryOptimizationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

The contextual information about the source or destination.