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