Class ErrorProcessing
A helper class to handle errors.
Inheritance
System.Object
ErrorProcessing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public static class ErrorProcessing
Methods
ExtractErrorMessage(HttpClientRequestException)
Extracts the error message from the exception.
Declaration
public static Error ExtractErrorMessage(this HttpClientRequestException httpProcessingException)
Parameters
Type | Name | Description |
---|---|---|
HttpClientRequestException | httpProcessingException | The HTTP processing exception. |
Returns
Type | Description |
---|---|
Error | The error message of the exception. |