Click or drag to resize

HttpResponseException Class

An exception for encapsulating HTTP errors
Inheritance Hierarchy
SystemObject
  SystemException
    Couchbase.LiteHttpResponseException

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public class HttpResponseException : Exception

The HttpResponseException type exposes the following members.

Properties
  NameDescription
Public propertyStatusCode
Gets or sets the status code associated with the error
Top
Methods
See Also