WorkflowInstanceUnhandledExceptionRecord Class
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow instance encounters an unhandled exception.
Assembly: System.Activities (in System.Activities.dll)
System.Activities.Tracking::TrackingRecord
System.Activities.Tracking::WorkflowInstanceRecord
System.Activities.Tracking::WorkflowInstanceUnhandledExceptionRecord
| Name | Description | |
|---|---|---|
![]() | WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String^, ActivityInfo^, Exception^) | Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class. |
![]() | WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String^, ActivityInfo^, Exception^, WorkflowIdentity^) | Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class. |
![]() | WorkflowInstanceUnhandledExceptionRecord(Guid, String^, ActivityInfo^, Exception^) | Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class. |
![]() | WorkflowInstanceUnhandledExceptionRecord(Guid, String^, ActivityInfo^, Exception^, WorkflowIdentity^) | Creates a new instance of the WorkflowInstanceUnhandledExceptionRecord class. |
| Name | Description | |
|---|---|---|
![]() | ActivityDefinitionId | Returns the display name of the root activity of the workflow that generated this record.(Inherited from WorkflowInstanceRecord.) |
![]() | Annotations | When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.(Inherited from TrackingRecord.) |
![]() | EventTime | When implemented in a derived class, represents the time the tracking record occurred.(Inherited from TrackingRecord.) |
![]() | FaultSource | Returns the activity that generated the fault. |
![]() | InstanceId | When implemented in a derived class, represents the ID of the generating workflow instance.(Inherited from TrackingRecord.) |
![]() | Level | Gets the TraceLevel of the event.(Inherited from TrackingRecord.) |
![]() | RecordNumber | A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord.) |
![]() | State | The current state of the workflow when the record is generated.(Inherited from WorkflowInstanceRecord.) |
![]() | UnhandledException | Gets the unhandled exception data. |
![]() | WorkflowDefinitionIdentity | Gets or sets the information about the workflow identity.(Inherited from WorkflowInstanceRecord.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a deep copy of WorkflowInstanceRecord.(Inherited from WorkflowInstanceRecord.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the tracking record data.(Overrides WorkflowInstanceRecord::ToString().) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


