Class AbpRemoteCallException
Inheritance
AbpRemoteCallException
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class AbpRemoteCallException : AbpException, ISerializable, IHasErrorCode, IHasErrorDetails, IHasHttpStatusCode
Constructors
AbpRemoteCallException()
Declaration
public AbpRemoteCallException()
AbpRemoteCallException(string, Exception?)
Declaration
public AbpRemoteCallException(string message, Exception? innerException = null)
Parameters
AbpRemoteCallException(RemoteServiceErrorInfo, Exception?)
Declaration
public AbpRemoteCallException(RemoteServiceErrorInfo error, Exception? innerException = null)
Parameters
Properties
Code
Declaration
public string? Code { get; }
Property Value
Details
Declaration
public string? Details { get; }
Property Value
Error
Declaration
public RemoteServiceErrorInfo? Error { get; set; }
Property Value
HttpStatusCode
Declaration
public int HttpStatusCode { get; set; }
Property Value
Implements
Extension Methods