Table of Contents

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

message string

The 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)

Parameters

message string

The message that describes the error

innerException Exception

The exception that is the cause of the current exception