2 writes to exception
System.Workflow.Runtime (2)
WorkflowEventArgs.cs (2)
117this.exception = new WorkflowTerminatedException(error); 122this.exception = e;
1 reference to exception
System.Workflow.Runtime (1)
WorkflowEventArgs.cs (1)
129return this.exception;