[]
Represents an exception that is thrown when Hints in a query require using a certain mandatory optimization which is impossible in the current query context.
public class QueryOptimizationException : Exception, ISerializable, _Exception
Name | Description |
---|---|
QueryOptimizationException() | Initializes a new instance of the QueryOptimizationException class. This is the default constructor. |
QueryOptimizationException(SerializationInfo, StreamingContext) | Initializes a new instance of the QueryOptimizationException class from serialized data. |
QueryOptimizationException(string) | Initializes a new instance of the QueryOptimizationException class with the specified string. |
QueryOptimizationException(string, Exception) | Initializes a new instance of the QueryOptimizationException class using the specified string and inner exception. |