Click or drag to resize

EdaApiException Constructor (String, Exception)

An exception that occurred within the Early Data Analyzer Integration Library

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
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