NameTypeNotAllowedException Constructor (String)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the Exception class with a specified error message.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Exceptions
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public NameTypeNotAllowedException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also

Reference