Click or drag to resize

EdaApiException Constructor (String, Exception)

An exception that occurred within the Integration Library

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public EdaApiException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A description of the error
innerException
Type: SystemException
The original exception that caused the error
See Also