1 write to outstandingException
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
72
this.
outstandingException
= new Variable<Exception>();
4 references to outstandingException
System.Workflow.Runtime (4)
System\Activities\Statements\Interop.cs (4)
281
this.
outstandingException
740
this.
outstandingException
.Set(context, exception);
768
Exception exception = this.
outstandingException
.Get(context);
771
this.
outstandingException
.Set(context, null);