ActivityTracingTraceError Method (NativeActivityContext, String, Object)

Scanjour Workflow4 Reference Manual
Traces the specified context in the workflow log as error.

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 static void TraceError(
	NativeActivityContext context,
	string format,
	params Object[] arg
)

Parameters

context
Type: System.ActivitiesNativeActivityContext
The context.
format
Type: SystemString
The format.
arg
Type: SystemObject
The argument.
See Also

Reference