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