Table of Contents

Class InvalidQueryPatternException

Namespace
Foundation.Data.Doublets.Cli
Assembly
Foundation.Data.Doublets.Cli.dll

Exception thrown when a query pattern is invalid or cannot be processed.

public class InvalidQueryPatternException : Exception, ISerializable
Inheritance
InvalidQueryPatternException
Implements
Inherited Members

Constructors

InvalidQueryPatternException(string)

public InvalidQueryPatternException(string message)

Parameters

message string

InvalidQueryPatternException(string, Exception)

public InvalidQueryPatternException(string message, Exception innerException)

Parameters

message string
innerException Exception