Home
last modified time | relevance | path

Searched refs:exceptionSource (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplicationUnhandledExceptionEventArgs.cs14 …tArgs(WorkflowApplication application, Exception exception, Activity exceptionSource, string excep… in WorkflowApplicationUnhandledExceptionEventArgs() argument
18 this.ExceptionSource = exceptionSource; in WorkflowApplicationUnhandledExceptionEventArgs()
H A DIInstanceNotificationListener.cs13 bool OnUnhandledException(Exception exception, Activity exceptionSource); in OnUnhandledException() argument
H A DWorkflowApplication.cs2214 …erride void OnNotifyUnhandledException(Exception exception, Activity exceptionSource, string excep… in OnNotifyUnhandledException() argument
2229 … done = unhandledExceptionHandler.Run(this, exception, exceptionSource, exceptionSourceInstanceId); in OnNotifyUnhandledException()
5225 …bool Run(WorkflowApplication instance, Exception exception, Activity exceptionSource, string excep… in Run() argument
5233 instance.EventData.UnhandledExceptionSource = exceptionSource; in Run()
5243 … return OnStage1Complete(result, instance, exception, exceptionSource, exceptionSourceInstanceId); in Run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Runtime/
H A DActivityExecutor.cs1654 ActivityInstance exceptionSource = workItem.ActivityInstance; in PropagateException()
1657 ActivityInstance exceptionPropagator = exceptionSource; in PropagateException()
1690 …ception(SR.CannotPropagateExceptionWhileCanceling(exceptionSource.Activity.DisplayName, exceptionS… in PropagateException()
1714exceptionSource == workItem.OriginalExceptionSource, in PropagateException()
1728exceptionSource == workItem.OriginalExceptionSource, in PropagateException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DWorkflowServiceInstance.cs1395 … protected override void OnNotifyUnhandledException(Exception exception, Activity exceptionSource, in OnNotifyUnhandledException() argument
1400 …handledExceptionAsyncData data = new UnhandledExceptionAsyncData(this, exception, exceptionSource); in OnNotifyUnhandledException()
5523 …ExceptionAsyncData(WorkflowServiceInstance instance, Exception exception, Activity exceptionSource) in UnhandledExceptionAsyncData() argument
5527 this.ExceptionSource = exceptionSource; in UnhandledExceptionAsyncData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlDataReader.cs4578 TaskCompletionSource<T> exceptionSource = new TaskCompletionSource<T>();
4579 exceptionSource.TrySetException(retryTask.Exception.InnerException);
4580 return exceptionSource.Task;