1 instantiation of UnhandledExceptionAsyncData
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1400UnhandledExceptionAsyncData data = new UnhandledExceptionAsyncData(this, exception, exceptionSource);
7 references to UnhandledExceptionAsyncData
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (7)
1400UnhandledExceptionAsyncData data = new UnhandledExceptionAsyncData(this, exception, exceptionSource); 1447UnhandledExceptionAsyncData data = (UnhandledExceptionAsyncData)result.AsyncState; 2225void OnUnhandledException(UnhandledExceptionAsyncData data) 6042public void OnUnhandledException(UnhandledExceptionAsyncData data) 6101UnhandledExceptionAsyncData data = (UnhandledExceptionAsyncData)result.AsyncState;