1 write to exception
System.Core (1)
System\Diagnostics\Eventing\Reader\EventRecordWrittenEventArgs.cs (1)
34
internal EventRecordWrittenEventArgs(Exception exception) { this.
exception
= exception; }
1 reference to exception
System.Core (1)
System\Diagnostics\Eventing\Reader\EventRecordWrittenEventArgs.cs (1)
50
get{ return this.
exception
; }