Click or drag to resize

ProgramUpdateRequiredException Class

Exception generated from the Integration Library when program update is required before opening the case.
Inheritance Hierarchy
SystemObject
  SystemException
    EdaIntegrationContractProgramUpdateRequiredException

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public class ProgramUpdateRequiredException : Exception
Constructors
  NameDescription
Public methodProgramUpdateRequiredException(String)
Exception generated from the Integration Library when program update is required before opening the case.
Public methodProgramUpdateRequiredException(String, Exception)
Exception generated from the Integration Library when program update is required before opening the case.
Top
Remarks
The innerException property contains additional details about the underlying error or issue that caused the failure.
See Also