1 write to storedException
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
104this.storedException = exception;
2 references to storedException
System.IO.Log (2)
System\IO\Log\OverlappedAsyncResult.cs (2)
137if (this.storedException != null) 139throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.storedException);