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
    Law.EdaIntegrationProgramUpdateRequiredException

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public class ProgramUpdateRequiredException : Exception

The ProgramUpdateRequiredException type exposes the following members.

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
Extension Methods
  NameDescription
Public Extension MethodAllExceptionMessages
Gets a printable string of all nested exception messages
(Defined by ExtensionMethods.)
Top
Remarks
The innerException property contains additional details about the underlying error or issue that caused the failure.
See Also