Class InvalidQueryException
- Namespace
- Opossum.Exceptions
- Assembly
- Opossum.dll
Exception thrown when a query is invalid or malformed
public class InvalidQueryException : EventStoreException, ISerializable
- Inheritance
-
InvalidQueryException
- Implements
- Inherited Members
Constructors
InvalidQueryException()
Initializes a new instance of the InvalidQueryException class
public InvalidQueryException()
InvalidQueryException(string)
Initializes a new instance of the InvalidQueryException class with a specified error message
public InvalidQueryException(string message)
Parameters
messagestringThe message that describes the error
InvalidQueryException(string, Exception)
Initializes a new instance of the InvalidQueryException class with a specified error message and inner exception
public InvalidQueryException(string message, Exception innerException)