Click or drag to resize
ExceptionExtensions Class
Extensions for AggregateException
Inheritance Hierarchy
SystemObject
  DocuWare.Services.Http.ClientExceptionExtensions

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInnerMostException
Gets the inner most exception.
Public methodStatic memberGetRealException
Gets the real exception of an AggregateException instance.
Top
See Also