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