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