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