Class ClientProxyExceptionEventData
Inherited Members
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.Http.Abstractions.dll
Syntax
public class ClientProxyExceptionEventData
Constructors
ClientProxyExceptionEventData()
Declaration
public ClientProxyExceptionEventData()
Properties
ReasonPhrase
Declaration
public string? ReasonPhrase { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusCode
Declaration
public int? StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int? |