Class WorkflowInstanceUnhandledExceptionRecord
Inheritance
System.Object
WorkflowInstanceUnhandledExceptionRecord
Inherited Members
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public sealed class WorkflowInstanceUnhandledExceptionRecord : WorkflowInstanceRecord
Constructors
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception)
Declaration
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, string activityDefinitionId, ActivityInfo faultSource, Exception exception)
Parameters
System.Guid
instanceId
|
System.Int64
recordNumber
|
System.String
activityDefinitionId
|
ActivityInfo
faultSource
|
System.Exception
exception
|
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception, WorkflowIdentity)
Declaration
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, string activityDefinitionId, ActivityInfo faultSource, Exception exception, WorkflowIdentity workflowDefinitionIdentity)
Parameters
System.Guid
instanceId
|
System.Int64
recordNumber
|
System.String
activityDefinitionId
|
ActivityInfo
faultSource
|
System.Exception
exception
|
WorkflowIdentity
workflowDefinitionIdentity
|
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception)
Declaration
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, string activityDefinitionId, ActivityInfo faultSource, Exception exception)
Parameters
System.Guid
instanceId
|
System.String
activityDefinitionId
|
ActivityInfo
faultSource
|
System.Exception
exception
|
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception, WorkflowIdentity)
Declaration
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, string activityDefinitionId, ActivityInfo faultSource, Exception exception, WorkflowIdentity workflowDefinitionIdentity)
Parameters
System.Guid
instanceId
|
System.String
activityDefinitionId
|
ActivityInfo
faultSource
|
System.Exception
exception
|
WorkflowIdentity
workflowDefinitionIdentity
|
Properties
FaultSource
UnhandledException
Declaration
public Exception UnhandledException { get; }
Property Value
System.Exception
|
Methods
Clone()
ToString()
Declaration
public override string ToString()
Returns
System.String
|