Class HttpResponseException
Inheritance
System.Object
HttpResponseException
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class HttpResponseException : Exception
Constructors
HttpResponseException(Int32, String)
Declaration
public HttpResponseException(int statusCode, string s)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | statusCode | |
| System.String | s |
Properties
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
|
System.Int32
|