1 implementation of Exception
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
285public Exception Exception
3 references to Exception
System.Workflow.Activities (3)
Executors\WorkflowWebService.cs (3)
118if (response.Exception != null) 121throw response.Exception; 123throw new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowTerminated), response.Exception);