Click or drag to resize

ServiceFunctionsLogException Method

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_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static void LogException(
	CodeActivityContext context,
	string displayName,
	Exception e
)

Parameters

context  CodeActivityContext

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

displayName  String

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

e  Exception

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

See Also