Click or drag to resize

MigrationException Constructor (String, Exception)

Migration exception

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Exceptions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public MigrationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also