Aracılığıyla paylaş


WorkflowInstance.OnNotifyUnhandledException Yöntem

Tanım

Konağa iş akışı örneğinde işlenmeyen bir özel durumun oluştuğu bildirilmesi için iş akışı çalışma zamanı tarafından çağrılır.

protected:
 abstract void OnNotifyUnhandledException(Exception ^ exception, System::Activities::Activity ^ source, System::String ^ sourceInstanceId);
protected abstract void OnNotifyUnhandledException (Exception exception, System.Activities.Activity source, string sourceInstanceId);
abstract member OnNotifyUnhandledException : Exception * System.Activities.Activity * string -> unit
Protected MustOverride Sub OnNotifyUnhandledException (exception As Exception, source As Activity, sourceInstanceId As String)

Parametreler

exception
Exception

İşlenmeyen özel durum.

source
Activity

Özel durum oluşturan etkinlik.

sourceInstanceId
String

Özel durum oluşturan etkinliği temsil eden öğesinin benzersiz tanımlayıcısı ActivityInstance .

Şunlara uygulanır