Click or drag to resize

ProgramUpdateRequiredException Constructor (String)

Exception generated from the Integration Library when program update is required before opening the case.

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public ProgramUpdateRequiredException(
	string message
)

Parameters

message
Type: SystemString
A description of the error
See Also