WorkflowUnhandledExceptionElement.Action Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İşlenmeyen özel durum oluştuğunda çağrılan işlemi alır veya ayarlar.
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)]
public System.ServiceModel.Activities.Description.WorkflowUnhandledExceptionAction Action { 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
Özellik Değeri
Bir eylem.
- Öznitelikler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.