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

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

The MigrationsRequiredException type exposes the following members.

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
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