2 writes to asyncException
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogWatcher.cs (2)
226
asyncException
= null;
249
asyncException
= new EventLogException();
3 references to asyncException
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogWatcher.cs (3)
250
asyncException
.Data.Add("RealException", e);
265
if (
asyncException
!= null)
267
EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(
asyncException
.Data["RealException"] as Exception);