Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft