3 references to exceptions
System.ServiceModel (3)
System\ServiceModel\Channels\CommunicationObject.cs (3)
1063
this.
exceptions
.Enqueue(exception);
1071
if (this.
exceptions
.Count > 0)
1073
return this.
exceptions
.Dequeue();