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