WorkflowInstanceUnhandledExceptionRecord Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue Instanz der WorkflowInstanceUnhandledExceptionRecord-Klasse.
Überlädt
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception) |
Erstellt eine neue Instanz der WorkflowInstanceUnhandledExceptionRecord-Klasse. |
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception) |
Erstellt eine neue Instanz der WorkflowInstanceUnhandledExceptionRecord-Klasse. |
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception, WorkflowIdentity) |
Erstellt eine neue Instanz der WorkflowInstanceUnhandledExceptionRecord-Klasse. |
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception, WorkflowIdentity) |
Erstellt eine neue Instanz der WorkflowInstanceUnhandledExceptionRecord-Klasse. |
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception)
Erstellt eine neue Instanz der 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)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- activityDefinitionId
- String
Die Aktivitätsdefinitions-ID der generierenden Workflowaktivität.
- faultSource
- ActivityInfo
Die Aktivität, die den Fehler generiert hat.
- exception
- Exception
Die Daten der unbehandelten Ausnahme.
Gilt für:
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception)
Erstellt eine neue Instanz der 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)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- recordNumber
- Int64
Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- faultSource
- ActivityInfo
Die Aktivität, die den Fehler generiert hat.
- exception
- Exception
Die Daten der unbehandelten Ausnahme.
Gilt für:
WorkflowInstanceUnhandledExceptionRecord(Guid, String, ActivityInfo, Exception, WorkflowIdentity)
Erstellt eine neue Instanz der 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)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- faultSource
- ActivityInfo
Die Aktivität, die den Fehler generiert hat.
- exception
- Exception
Die Daten der unbehandelten Ausnahme.
- workflowDefinitionIdentity
- WorkflowIdentity
Die Informationen über die Workflowidentität.
Gilt für:
WorkflowInstanceUnhandledExceptionRecord(Guid, Int64, String, ActivityInfo, Exception, WorkflowIdentity)
Erstellt eine neue Instanz der 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)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- recordNumber
- Int64
Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- faultSource
- ActivityInfo
Die Aktivität, die den Fehler generiert hat.
- exception
- Exception
Die Daten der unbehandelten Ausnahme.
- workflowDefinitionIdentity
- WorkflowIdentity
Die Informationen über die Workflowidentität.