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