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