Click or drag to resize

DefaultCaseFileUnavailableException(String, String) Constructor

Creates an instance of the exception with the initial properties.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public DefaultCaseFileUnavailableException(
	string defaultCaseNo,
	string cause
)

Parameters

defaultCaseNo  String
The number of the case file, that could not be found.
cause  String
The reason that the case file is unavailable.
See Also