WorkflowInstanceUnhandledExceptionRecord Constructors

Definitie

Hiermee maakt u een nieuw exemplaar van de WorkflowInstanceUnhandledExceptionRecord klasse.

Overloads

WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception)

Hiermee maakt u een nieuw exemplaar van de WorkflowInstanceUnhandledExceptionRecord klasse.

public:
 WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, System::String ^ activityDefinitionId, System::Activities::Tracking::ActivityInfo ^ faultSource, Exception ^ exception);
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception);
new System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord : Guid * string * System.Activities.Tracking.ActivityInfo * Exception -> System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, faultSource As ActivityInfo, exception As Exception)

Parameters

instanceId
Guid

De exemplaar-id van het genererende werkstroomexemplaren.

activityDefinitionId
String

De activiteitsdefinitie-id van de gegenereerde werkstroomactiviteit.

faultSource
ActivityInfo

De activiteit die de fout heeft gegenereerd.

exception
Exception

De niet-verwerkte uitzonderingsgegevens.

Van toepassing op

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

Hiermee maakt u een nieuw exemplaar van de WorkflowInstanceUnhandledExceptionRecord klasse.

public:
 WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::Activities::Tracking::ActivityInfo ^ faultSource, Exception ^ exception);
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception);
new System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord : Guid * int64 * string * System.Activities.Tracking.ActivityInfo * Exception -> System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, faultSource As ActivityInfo, exception As Exception)

Parameters

instanceId
Guid

De exemplaar-id van het genererende werkstroomexemplaren.

recordNumber
Int64

Een reeks die de volgorde definieert waarin traceringsevenementen worden gegenereerd.

activityDefinitionId
String

De weergavenaam van de hoofdactiviteit van de werkstroom.

faultSource
ActivityInfo

De activiteit die de fout heeft gegenereerd.

exception
Exception

De niet-verwerkte uitzonderingsgegevens.

Van toepassing op

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

Hiermee maakt u een nieuw exemplaar van de WorkflowInstanceUnhandledExceptionRecord klasse.

public:
 WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, System::String ^ activityDefinitionId, System::Activities::Tracking::ActivityInfo ^ faultSource, Exception ^ exception, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord : Guid * string * System.Activities.Tracking.ActivityInfo * Exception * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, faultSource As ActivityInfo, exception As Exception, workflowDefinitionIdentity As WorkflowIdentity)

Parameters

instanceId
Guid

De exemplaar-id van het genererende werkstroomexemplaren.

activityDefinitionId
String

De weergavenaam van de hoofdactiviteit van de werkstroom.

faultSource
ActivityInfo

De activiteit die de fout heeft gegenereerd.

exception
Exception

De niet-verwerkte uitzonderingsgegevens.

workflowDefinitionIdentity
WorkflowIdentity

De informatie over de werkstroomidentiteit.

Van toepassing op

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

Hiermee maakt u een nieuw exemplaar van de WorkflowInstanceUnhandledExceptionRecord klasse.

public:
 WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::Activities::Tracking::ActivityInfo ^ faultSource, Exception ^ exception, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceUnhandledExceptionRecord(Guid instanceId, long recordNumber, string activityDefinitionId, System.Activities.Tracking.ActivityInfo faultSource, Exception exception, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord : Guid * int64 * string * System.Activities.Tracking.ActivityInfo * Exception * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceUnhandledExceptionRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, faultSource As ActivityInfo, exception As Exception, workflowDefinitionIdentity As WorkflowIdentity)

Parameters

instanceId
Guid

De exemplaar-id van het genererende werkstroomexemplaren.

recordNumber
Int64

Een reeks die de volgorde definieert waarin traceringsevenementen worden gegenereerd.

activityDefinitionId
String

De weergavenaam van de hoofdactiviteit van de werkstroom.

faultSource
ActivityInfo

De activiteit die de fout heeft gegenereerd.

exception
Exception

De niet-verwerkte uitzonderingsgegevens.

workflowDefinitionIdentity
WorkflowIdentity

De informatie over de werkstroomidentiteit.

Van toepassing op