2 writes to asyncException
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (2)
216this.asyncException = null; 234this.asyncException = new EventLogException();
3 references to asyncException
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (3)
235this.asyncException.Data.Add("RealException", e); 254if (this.asyncException != null) { 255EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(this.asyncException.Data["RealException"] as Exception);