Class ClientProxyExceptionEventData
Inheritance
object
ClientProxyExceptionEventData
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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? |