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