5 writes to pendingInnerListenerOpenException
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (5)
559
this.
pendingInnerListenerOpenException
= e;
847
this.channelDemuxer.
pendingInnerListenerOpenException
= e;
872
self.channelDemuxer.
pendingInnerListenerOpenException
= completionException;
902
self.channelDemuxer.
pendingInnerListenerOpenException
= completionException;
943
self.channelDemuxer.
pendingInnerListenerOpenException
= completionException;
6 references to pendingInnerListenerOpenException
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
494
if (this.
pendingInnerListenerOpenException
!= null)
496
if (
pendingInnerListenerOpenException
is CommunicationObjectAbortedException)
498
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new CommunicationObjectAbortedException(SR.GetString(SR.PreviousChannelDemuxerOpenFailed, this.
pendingInnerListenerOpenException
.ToString())));
500
else if (
pendingInnerListenerOpenException
is CommunicationObjectFaultedException)
502
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new CommunicationObjectFaultedException(SR.GetString(SR.PreviousChannelDemuxerOpenFailed, this.
pendingInnerListenerOpenException
.ToString())));
506
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new CommunicationException(SR.GetString(SR.PreviousChannelDemuxerOpenFailed, this.
pendingInnerListenerOpenException
.ToString())));