Class AbpRemoteCallException
Inheritance
System.Object
AbpRemoteCallException
Implements
IHasErrorCode
IHasErrorDetails
Namespace: Volo.Abp.Http.Client
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class AbpRemoteCallException : AbpException, IHasErrorCode, IHasErrorDetails
Constructors
AbpRemoteCallException()
Declaration
public AbpRemoteCallException()
AbpRemoteCallException(SerializationInfo, StreamingContext)
Declaration
public AbpRemoteCallException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo | |
| StreamingContext | context |
AbpRemoteCallException(RemoteServiceErrorInfo)
Declaration
public AbpRemoteCallException(RemoteServiceErrorInfo error)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteServiceErrorInfo | error |
Properties
Code
Declaration
public string Code { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Details
Declaration
public string Details { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Error
Declaration
public RemoteServiceErrorInfo Error { get; set; }
Property Value
| Type | Description |
|---|---|
| RemoteServiceErrorInfo |
Implements
IHasErrorCode
IHasErrorDetails