QueryExecutionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown when the query engine fails to execute a query.
[System.Serializable]
public class QueryExecutionException : Exception
[<System.Serializable>]
type QueryExecutionException = class
inherit Exception
Public Class QueryExecutionException
Inherits Exception
- Inheritance
-
QueryExecutionException
- Attributes
Constructors
QueryExecutionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the QueryExecutionException class. |
QueryExecutionException(String, Exception) |
Initializes a new instance of the QueryExecutionException class. |
QueryExecutionException(String) |
Initializes a new instance of the QueryExecutionException class. |