Click or drag to resize

EdaApiException Class

Exception generated from the Integration Library.
Inheritance Hierarchy
SystemObject
  SystemException
    EdaIntegrationContractEdaApiException

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public class EdaApiException : Exception
Constructors
  NameDescription
Public methodEdaApiException(String)
An exception that occurred within the Integration Library
Public methodEdaApiException(String, Exception)
An exception that occurred within the Integration Library
Top
Remarks
The innerException property contains additional details about the underlying error or issue that caused the failure.
See Also