QueryGrammarException 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.
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
- Attributes
Constructors
QueryGrammarException() |
Initializes a new QueryGrammarException object. |
QueryGrammarException(SerializationInfo, StreamingContext) |
Initializes a new QueryGrammarException object with serialized data. |
QueryGrammarException(String, Exception) |
Initializes a new QueryGrammarException object with an error message and inner exception. |
QueryGrammarException(String) |
Initializes a new QueryGrammarException object by specifying the error message that describes the current exception. |