5 writes to asyncReadException
System.ServiceModel (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
1279this.asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout); 1283this.asyncReadException = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read); 1292this.asyncReadException = exception; 1315asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout); 1324asyncReadException = exception;
2 references to asyncReadException
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1354if (this.asyncReadException != null) 1357throw DiagnosticUtility.ExceptionUtility.ThrowHelper(this.asyncReadException, ExceptionEventType);