Click or drag to resize

MigrationsRequiredException Class

Exception generated from the Integration Library when Case migrations are required before opening the case.
Inheritance Hierarchy
SystemObject
  SystemException
    EdaIntegrationContractMigrationsRequiredException

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public class MigrationsRequiredException : Exception
Constructors
  NameDescription
Public methodMigrationsRequiredException(String)
Exception generated from the Integration Library when Case migrations are required before opening the case.
Public methodMigrationsRequiredException(String, Exception)
Exception generated from the Integration Library when Case migrations are 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