1 write to listenStartedException
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
485
this.
listenStartedException
= e;
2 references to listenStartedException
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
586
if (
listenStartedException
!= null)
588
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
listenStartedException
);