MessageExceptionCollectorCreateException Method
Creates an exception containing all the message information collected from the message handles and the collected exceptions.
The message in the produced exception will contain:
- The
ToString-value of the
Exception-class.
- The provided message.
- A list of all message handles on which one or more exceptions are registred.
- - o For each of the handles the exceptions are listed.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public Exception CreateException(
string message
)
Public Function CreateException (
message As String
) As Exception
public:
Exception^ CreateException(
String^ message
)
member CreateException :
message : string -> Exception
- message String
- The message that will be a part of the message in the produced exception.
ExceptionThe produced exception.