1 write to pendingException
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
220
this.
pendingException
= exception;
3 references to pendingException
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowOperationContext.cs (3)
307
if (this.
pendingException
== null)
700
if (thisPtr.
pendingException
!= null)
702
throw FxTrace.Exception.AsError(thisPtr.
pendingException
);