[]
        
(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()
Public Sub New()

QueryOptimizationException(string)

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

Declaration
public QueryOptimizationException(string message)
Public Sub New(message As String)
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)
Public Sub New(message As String, inner As Exception)
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)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

The contextual information about the source or destination.