Share via


QueryGrammarException Class

Definition

Represents the exception that is thrown because an error occurred related to the grammar (syntax) of a query.

public ref class QueryGrammarException : Microsoft::EnterpriseManagement::Common::DataAccessLayerException
[System.Serializable]
public class QueryGrammarException : Microsoft.EnterpriseManagement.Common.DataAccessLayerException
type QueryGrammarException = class
    inherit DataAccessLayerException
Public Class QueryGrammarException
Inherits DataAccessLayerException
Inheritance
QueryGrammarException
Attributes

Constructors

QueryGrammarException()

Initializes a new QueryGrammarException object.

QueryGrammarException(SerializationInfo, StreamingContext)

Initializes a new QueryGrammarException object with serialized data.

QueryGrammarException(String)

Initializes a new QueryGrammarException object by specifying the error message that describes the current exception.

QueryGrammarException(String, Exception)

Initializes a new QueryGrammarException object with an error message and inner exception.

Applies to