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