Fauna v10 .NET/C# Driver
0.2.0-beta
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Loading...
Searching...
No Matches
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) { }
14
public
FaunaException
(
string
message, Exception innerException) {
…
}
16
}
8
public
class
FaunaException
: Exception {
…
};
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.12.0