Class RemoteServiceExceptionHandler
Inheritance
RemoteServiceExceptionHandler
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class RemoteServiceExceptionHandler : IRemoteServiceExceptionHandler, ITransientDependency
Constructors
RemoteServiceExceptionHandler(IJsonSerializer)
Declaration
public RemoteServiceExceptionHandler(IJsonSerializer jsonSerializer)
Parameters
Methods
EnsureSuccessfulHttpResponseAsync(HttpResponseMessage)
Declaration
public Task EnsureSuccessfulHttpResponseAsync(HttpResponseMessage responseMessage)
Parameters
Returns
GetAbpRemoteServiceErrorAsync(HttpResponseMessage)
Declaration
public Task<string> GetAbpRemoteServiceErrorAsync(HttpResponseMessage responseMessage)
Parameters
Returns
Implements
Extension Methods