Show / Hide Table of Contents

Class Selector.SelectorParseException

The exception that is thrown when a Selector parses an invalid query.

Inheritance
System.Object
Selector.SelectorParseException
Namespace: Supremes.Select
Assembly: Supremes.dll
Syntax
public class SelectorParseException : InvalidOperationException

Constructors

SelectorParseException(String, Object[])

Initializes a new instance of the Selector.SelectorParseException class.

Declaration
public SelectorParseException(string msg, params object[] params)
Parameters
Type Name Description
System.String msg

A composite format string.

System.Object[] params

An object array that contains zero or more objects to format.

Back to top Generated by DocFX