1 write to exceptionResult
System.IO.Log (1)
System\IO\Log\LogWriteRestartAreaState.cs (1)
454this.exceptionResult = error;
4 references to exceptionResult
System.IO.Log (4)
System\IO\Log\LogWriteRestartAreaState.cs (4)
156this.asyncResult.Complete(true, this.exceptionResult); 158else if (this.exceptionResult != null) 160throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.exceptionResult); 226this.asyncResult.Complete(false, this.exceptionResult);