WorkflowInstanceUnhandledExceptionRecord Constructors

Definition

Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class.

Overloads

WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception)

Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class.

public WorkflowInstanceUnhandledExceptionRecord (Guid instanceId, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception);

Parameters

instanceId
Guid

The instance ID of the generating workflow instance.

activityDefinitionId
String

The activity definition ID of the generating workflow activity.

faultSource
ActivityInfo

The activity that generated the fault.

exception
Exception

The unhandled exception data.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception)

Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class.

public WorkflowInstanceUnhandledExceptionRecord (Guid instanceId, long recordNumber, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception);

Parameters

instanceId
Guid

The instance ID of the generating workflow instance.

recordNumber
Int64

A sequence that defines the order in which tracking events are generated.

activityDefinitionId
String

The display name of the root activity of the workflow.

faultSource
ActivityInfo

The activity that generated the fault.

exception
Exception

The unhandled exception data.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception, WorkflowIdentity)

Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class.

public WorkflowInstanceUnhandledExceptionRecord (Guid instanceId, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception, System.Activities.WorkflowIdentity workflowDefinitionIdentity);

Parameters

instanceId
Guid

The instance ID of the generating workflow instance.

activityDefinitionId
String

The display name of the root activity of the workflow.

faultSource
ActivityInfo

The activity that generated the fault.

exception
Exception

The unhandled exception data.

workflowDefinitionIdentity
WorkflowIdentity

The information about the workflow identity.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception, WorkflowIdentity)

Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class.

public WorkflowInstanceUnhandledExceptionRecord (Guid instanceId, long recordNumber, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception, System.Activities.WorkflowIdentity workflowDefinitionIdentity);

Parameters

instanceId
Guid

The instance ID of the generating workflow instance.

recordNumber
Int64

A sequence that defines the order in which tracking events are generated.

activityDefinitionId
String

The display name of the root activity of the workflow.

faultSource
ActivityInfo

The activity that generated the fault.

exception
Exception

The unhandled exception data.

workflowDefinitionIdentity
WorkflowIdentity

The information about the workflow identity.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1