| MigrationsRequiredException Constructor (String, Exception) |
Exception generated from the Integration Library when Case migrations are required before opening the case.
Namespace:
EdaIntegrationContract
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
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