WorkflowUnhandledExceptionElement.Action Eigenschaft

Definition

Ruft den Prozess ab, der aufgerufen wird, wenn die nicht behandelte Ausnahme auftritt, oder legt ihn fest.

public:
 property System::ServiceModel::Activities::Description::WorkflowUnhandledExceptionAction Action { System::ServiceModel::Activities::Description::WorkflowUnhandledExceptionAction get(); void set(System::ServiceModel::Activities::Description::WorkflowUnhandledExceptionAction value); };
[System.Configuration.ConfigurationProperty("action", DefaultValue=System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.AbandonAndSuspend)]
[System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionActionHelper))]
public System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction Action { get; set; }
[System.Configuration.ConfigurationProperty("action", DefaultValue=System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.AbandonAndSuspend)]
public System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction Action { get; set; }
[<System.Configuration.ConfigurationProperty("action", DefaultValue=System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.AbandonAndSuspend)>]
[<System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionActionHelper))>]
member this.Action : System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction with get, set
[<System.Configuration.ConfigurationProperty("action", DefaultValue=System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction.AbandonAndSuspend)>]
member this.Action : System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction with get, set
Public Property Action As WorkflowUnhandledExceptionAction

Eigenschaftswert

WorkflowUnhandledExceptionAction

Eine Aktion.

Attribute
ConfigurationPropertyAttribute ServiceModelEnumValidatorAttribute

Gilt für: