Click or drag to resize

EdaApiException Class

Exeption generated from the Early Data Analyzer Integration Library.
Inheritance Hierarchy
SystemObject
  SystemException
    Law.EdaIntegrationEdaApiException

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class EdaApiException : Exception

The EdaApiException type exposes the following members.

Constructors
  NameDescription
Public methodEdaApiException(String)
An exception that occurred within the Early Data Analyzer Integration Library
Public methodEdaApiException(String, Exception)
An exception that occurred within the Early Data Analyzer Integration Library
Top
Extension Methods
  NameDescription
Public Extension MethodAllExceptionMessages
Gets a printable string of all nested exception messages
(Defined by ExtensionMethods.)
Top
Remarks
The innerException property contains additional details about the underlying error or issue that caused the failure.
See Also