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