Beispiel #1
0
 public EventLogEntry(System.Diagnostics.EventLogEntry entry)
 {
     entry.ThrowIfNull(nameof(entry));
     Entry = entry;
 }