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