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