Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.Exceptions.ProtocolException Class Reference

Represents exceptions when a response does not match the wire protocol. More...

Inheritance diagram for Fauna.Exceptions.ProtocolException:
Fauna.Exceptions.FaunaException

Public Member Functions

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

Represents exceptions when a response does not match the wire protocol.

Definition at line 8 of file ProtocolException.cs.

Constructor & Destructor Documentation

◆ ProtocolException()

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

Definition at line 14 of file ProtocolException.cs.

Property Documentation

◆ ResponseBody

string Fauna.Exceptions.ProtocolException.ResponseBody
get

Definition at line 10 of file ProtocolException.cs.

◆ StatusCode

HttpStatusCode Fauna.Exceptions.ProtocolException.StatusCode
get

Definition at line 12 of file ProtocolException.cs.


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