Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.Exceptions.NetworkException Class Reference
Inheritance diagram for Fauna.Exceptions.NetworkException:
Fauna.Exceptions.FaunaException

Public Member Functions

 NetworkException (string message, HttpStatusCode statusCode, string body)
 
- Public Member Functions inherited from Fauna.Exceptions.FaunaException
 FaunaException ()
 
 FaunaException (string message)
 
 FaunaException (string message, Exception innerException)
 

Properties

string ResponseBody [get]
 
HttpStatusCode StatusCode [get]
 

Detailed Description

Definition at line 260 of file ServiceException.cs.

Constructor & Destructor Documentation

◆ NetworkException()

Fauna.Exceptions.NetworkException.NetworkException ( string message,
HttpStatusCode statusCode,
string body )

Definition at line 266 of file ServiceException.cs.

Property Documentation

◆ ResponseBody

string Fauna.Exceptions.NetworkException.ResponseBody
get

Definition at line 262 of file ServiceException.cs.

◆ StatusCode

HttpStatusCode Fauna.Exceptions.NetworkException.StatusCode
get

Definition at line 264 of file ServiceException.cs.


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