WorkflowInstance.OnNotifyUnhandledException Methode

Definitie

Aangeroepen door de werkstroomruntime om de host op de hoogte te stellen dat er een niet-verwerkte uitzondering is opgetreden in het werkstroomexemplaren.

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)

Parameters

exception
Exception

De onverwerkte uitzondering.

source
Activity

De activiteit die de uitzondering heeft veroorzaakt.

sourceInstanceId
String

De unieke id van de ActivityInstance activiteit die de uitzondering heeft veroorzaakt.

Van toepassing op