Fauna .NET Driver
0.1.0-beta
Loading...
Searching...
No Matches
repo.git
Fauna
Exceptions
FaunaException.cs
Go to the documentation of this file.
1
using
System.Net;
2
3
namespace
Fauna.Exceptions
;
4
8
public
class
FaunaException
: Exception
9
{
10
public
FaunaException
() { }
11
12
public
FaunaException
(
string
message) : base(message) { }
13
14
public
FaunaException
(
string
message, Exception innerException)
15
: base(message, innerException) { }
16
}
17
Fauna.Exceptions.FaunaException
Represents the base exception class for all exceptions specific to Fauna interactions.
Definition
FaunaException.cs:9
Fauna.Exceptions.FaunaException.FaunaException
FaunaException()
Definition
FaunaException.cs:10
Fauna.Exceptions.FaunaException.FaunaException
FaunaException(string message)
Definition
FaunaException.cs:12
Fauna.Exceptions.FaunaException.FaunaException
FaunaException(string message, Exception innerException)
Definition
FaunaException.cs:14
Fauna.Exceptions
Definition
ExceptionFactory.cs:4
Generated by
1.9.8