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