5 references to GetPendingException
System.ServiceModel (5)
System\ServiceModel\Channels\CommunicationObject.cs (1)
538Exception exception = this.GetPendingException();
System\ServiceModel\Channels\InputQueueChannel.cs (2)
94inputQueue.Shutdown(() => this.GetPendingException()); 164inputQueue.Shutdown(() => this.GetPendingException());
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
91this.channelQueue.Shutdown(() => this.ChannelManager.GetPendingException());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3433queue.Shutdown(() => this.GetPendingException());