ServiceFunctionsLogException Method

Scanjour Workflow4 Reference Manual
Logs the exception to the event log. The activity context.The activity display name.The exception.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 LogException(
	CodeActivityContext context,
	string displayName,
	Exception e
)

Parameters

context
Type: System.ActivitiesCodeActivityContext

[Missing <param name="context"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ServiceFunctions.LogException(System.Activities.CodeActivityContext,System.String,System.Exception)"]

displayName
Type: SystemString

[Missing <param name="displayName"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ServiceFunctions.LogException(System.Activities.CodeActivityContext,System.String,System.Exception)"]

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ServiceFunctions.LogException(System.Activities.CodeActivityContext,System.String,System.Exception)"]

See Also

Reference