1 write to readException
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionModeReader.cs (1)
53
readException
= e;
2 references to readException
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionModeReader.cs (2)
185
if (
readException
!= null)
187
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(
readException
, Connection.ExceptionEventType);