[]
Initializes a new instance of the QueryOptimizationException class. This is the default constructor.
public QueryOptimizationException()
Initializes a new instance of the QueryOptimizationException class with the specified string.
public QueryOptimizationException(string message)
Type | Name | Description |
---|---|---|
string | message | The string to display when the exception is thrown. |
Initializes a new instance of the QueryOptimizationException class using the specified string and inner exception.
public QueryOptimizationException(string message, Exception inner)
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. |
Initializes a new instance of the QueryOptimizationException class from serialized data.
protected QueryOptimizationException(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The object that holds the serialized object data. |
StreamingContext | context | The contextual information about the source or destination. |