DefaultCaseFileUnavailableException(String, String) Constructor |
Creates an instance of the exception with the initial properties.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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)
Syntaxpublic DefaultCaseFileUnavailableException(
string defaultCaseNo,
string cause
)
Public Sub New (
defaultCaseNo As String,
cause As String
)
public:
DefaultCaseFileUnavailableException(
String^ defaultCaseNo,
String^ cause
)
new :
defaultCaseNo : string *
cause : string -> DefaultCaseFileUnavailableException
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