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