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
messagestring
InvalidQueryPatternException(string, Exception)
public InvalidQueryPatternException(string message, Exception innerException)