Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
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.BadGatewayException Fauna.Exceptions.ContendedTransactionException Fauna.Exceptions.ForbiddenException Fauna.Exceptions.InvalidRequestException Fauna.Exceptions.QueryCheckException Fauna.Exceptions.QueryRuntimeException Fauna.Exceptions.ThrottlingException Fauna.Exceptions.TimeoutException Fauna.Exceptions.UnauthorizedException

Public Member Functions

 FaunaException ()
 
 FaunaException (string message)
 
 FaunaException (string message, Exception innerException)
 

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

Definition at line 10 of file FaunaException.cs.

◆ FaunaException() [2/3]

Fauna.Exceptions.FaunaException.FaunaException ( string message)

Definition at line 12 of file FaunaException.cs.

◆ FaunaException() [3/3]

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

Definition at line 14 of file FaunaException.cs.


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