1 write to exception
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
420this.exception = exception;
3 references to exception
System.ServiceModel (3)
System\ServiceModel\Channels\ReceiveContext.cs (3)
444if (exception == null) 452TD.ReceiveContextAbandonWithException(this.ReceiveContext.eventTraceActivity, this.GetType().ToString(), exception.GetType().ToString()); 455result = this.ReceiveContext.OnBeginAbandon(exception, this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this);