DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Runtime.Ds3BadStatusCodeException Class Reference
Inheritance diagram for Ds3.Runtime.Ds3BadStatusCodeException:
Ds3.Runtime.Ds3RequestException

Public Member Functions

 Ds3BadStatusCodeException (IEnumerable< HttpStatusCode > expectedStatusCodes, HttpStatusCode receivedStatusCode, Error error, string responseBody)
 
- Public Member Functions inherited from Ds3.Runtime.Ds3RequestException
 Ds3RequestException (string message)
 
 Ds3RequestException (string message, Exception innerException)
 

Properties

HttpStatusCode StatusCode [get]
 
Error Error [get]
 
string ResponseBody [get]