Click or drag to resize

EdaApiException Constructor (String)

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
)

Parameters

message
Type: SystemString
A description of the error
See Also