Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Fauna.Exceptions.FaunaException Class Reference

Represents the base exception class for all exceptions specific to Fauna interactions. More...

Inheritance diagram for Fauna.Exceptions.FaunaException:
Fauna.Exceptions.NetworkException Fauna.Exceptions.ProtocolException Fauna.Exceptions.ServiceException Fauna.Exceptions.AbortException Fauna.Exceptions.AuthenticationException Fauna.Exceptions.AuthorizationException Fauna.Exceptions.BadGatewayException Fauna.Exceptions.ConstraintFailureException Fauna.Exceptions.ContendedTransactionException Fauna.Exceptions.EventException Fauna.Exceptions.InvalidRequestException Fauna.Exceptions.QueryCheckException Fauna.Exceptions.QueryRuntimeException Fauna.Exceptions.ThrottlingException Fauna.Exceptions.TimeoutException

Public Member Functions

 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.
 

Detailed Description

Represents the base exception class for all exceptions specific to Fauna interactions.

Definition at line 8 of file FaunaException.cs.

Constructor & Destructor Documentation

◆ FaunaException() [1/3]

Fauna.Exceptions.FaunaException.FaunaException ( string  message)

Initializes a FaunaException with a message.

Parameters
messageThe exception message.

Definition at line 14 of file FaunaException.cs.

◆ FaunaException() [2/3]

Fauna.Exceptions.FaunaException.FaunaException ( string  message,
Exception  innerException 
)

Initializes a FaunaException with a message and inner exception.

Parameters
messageThe exception message.
innerExceptionThe inner exception.

Definition at line 21 of file FaunaException.cs.

◆ FaunaException() [3/3]

Fauna.Exceptions.FaunaException.FaunaException ( ErrorInfo  err)

Initializes a FaunaException from an ErrorInfo instance.

Parameters
errThe ErrorInfo from which to extract a message.

Definition at line 28 of file FaunaException.cs.


The documentation for this class was generated from the following file: