1 write to exceptionResult
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
573
this.
exceptionResult
= error;
4 references to exceptionResult
System.IO.Log (4)
System\IO\Log\LogReserveAndAppendState.cs (4)
188
this.asyncResult.Complete(true, this.
exceptionResult
);
190
else if (this.
exceptionResult
!= null)
192
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
exceptionResult
);
258
this.asyncResult.Complete(false, this.
exceptionResult
);