3 writes to openException
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
860
openException
= e;
1221
openException
= null; // clear out the open exception from the last Open attempt
1393
openException
= null;
5 references to openException
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNodeImplementation.cs (5)
859
Fx.Assert(
openException
== null, "OnConnectionAttemptCompleted twice");
862
if (
openException
== null && DiagnosticUtility.ShouldTraceInformation)
866
else if (
openException
!= null && DiagnosticUtility.ShouldTraceError)
1246
if (
openException
!= null)
1248
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
openException
);