Class QuerySyntaxError
Represents the error information while parsing the query.
Inheritance
System.Object
QuerySyntaxError
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class QuerySyntaxError : Exception
Constructors
QuerySyntaxError(String)
Initializes a new instance of the QuerySyntaxError class.
Declaration
public QuerySyntaxError(string Parser)
Parameters
Type | Name | Description |
---|---|---|
System.String | Parser | The parser string. |