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