Represents the base exception class for all exceptions specific to Fauna interactions. More...
Public Member Functions | |
| FaunaException () | |
| FaunaException (string message) | |
| FaunaException (string message, Exception innerException) | |
Represents the base exception class for all exceptions specific to Fauna interactions.
Definition at line 8 of file FaunaException.cs.
| Fauna.Exceptions.FaunaException.FaunaException | ( | ) |
Definition at line 10 of file FaunaException.cs.
| Fauna.Exceptions.FaunaException.FaunaException | ( | string | message | ) |
Definition at line 12 of file FaunaException.cs.
| Fauna.Exceptions.FaunaException.FaunaException | ( | string | message, |
| Exception | innerException ) |
Definition at line 14 of file FaunaException.cs.