3 instantiations of EventLogInvalidDataException
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogException.cs (1)
30throw new EventLogInvalidDataException(errorCode);
System\Diagnostics\Reader\NativeWrapper.cs (2)
1242throw new EventLogInvalidDataException(); 1251throw new EventLogInvalidDataException();
1 reference to EventLogInvalidDataException
System.Core (1)
System.Core.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogInvalidDataException))]