Click or drag to resize

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: 1.0
Syntax
C#
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