| MigrationsRequiredException Constructor (String, Exception) |
Exception generated from the Integration Library when Case migrations are required before opening the case.
Namespace:
Law.EdaIntegration
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax public MigrationsRequiredException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
A description of the error - innerException
- Type: SystemException
The original exception that caused the error
See Also