1 instantiation of WorkflowOperationUnhandledException
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationErrorHandler.cs (1)
22
return new
WorkflowOperationUnhandledException
(innerException);
1 reference to WorkflowOperationUnhandledException
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationErrorHandler.cs (1)
32
return error is
WorkflowOperationUnhandledException
;