22 : base(message, innerException) { }
Represents the base exception class for all exceptions specific to Fauna interactions.
FaunaException(string message)
Initializes a FaunaException with a message.
FaunaException(string message, Exception innerException)
Initializes a FaunaException with a message and inner exception.
FaunaException(ErrorInfo err)
Initializes a FaunaException from an ErrorInfo instance.
Contains detailed information about an error in a query response.