Condividi tramite


QueryExecutionException Class

Definition

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)

Initializes a new instance of the QueryExecutionException class.

QueryExecutionException(String, Exception)

Initializes a new instance of the QueryExecutionException class.

Applies to