| EdaApiException Constructor (String, Exception) |
An exception that occurred within the Integration Library
Namespace:
EdaIntegrationContract
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax 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