4 types derived from EventLogException
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogException.cs (4)
96public class EventLogNotFoundException : EventLogException 115public class EventLogReadingException : EventLogException 134public class EventLogProviderDisabledException : EventLogException 151public class EventLogInvalidDataException : EventLogException
2 instantiations of EventLogException
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogException.cs (1)
47throw new EventLogException(errorCode);
System\Diagnostics\Reader\EventLogWatcher.cs (1)
249asyncException = new EventLogException();
59 references to EventLogException
System.Core (1)
System.Core.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogException))]
System.Diagnostics.EventLog (58)
System\Diagnostics\Reader\EventLogWatcher.cs (1)
38private EventLogException? asyncException;
System\Diagnostics\Reader\NativeWrapper.cs (56)
63EventLogException.Throw(win32Error); 79EventLogException.Throw(win32Error); 93EventLogException.Throw(win32Error); 102EventLogException.Throw(win32Error); 130EventLogException.Throw(win32Error); 142EventLogException.Throw(win32Error); 153EventLogException.Throw(win32Error); 169EventLogException.Throw(win32Error); 183EventLogException.Throw(win32Error); 196EventLogException.Throw(win32Error); 209EventLogException.Throw(win32Error); 220EventLogException.Throw(win32Error); 230EventLogException.Throw(win32Error); 247EventLogException.Throw(win32Error); 260EventLogException.Throw(win32Error); 273EventLogException.Throw(win32Error); 286EventLogException.Throw(win32Error); 312EventLogException.Throw(win32Error); 328EventLogException.Throw(win32Error); 339EventLogException.Throw(win32Error); 350EventLogException.Throw(win32Error); 367EventLogException.Throw(error); 374EventLogException.Throw(error); 397EventLogException.Throw(error); 403EventLogException.Throw(error); 427EventLogException.Throw(error); 433EventLogException.Throw(error); 456EventLogException.Throw(error); 462EventLogException.Throw(error); 499EventLogException.Throw(error); 514EventLogException.Throw(error); 537EventLogException.Throw(error); 543EventLogException.Throw(error); 567EventLogException.Throw(win32Error); 573EventLogException.Throw(win32Error); 597EventLogException.Throw(win32Error); 603EventLogException.Throw(win32Error); 695EventLogException.Throw(win32Error); 713EventLogException.Throw(win32Error); 720EventLogException.Throw(win32Error); 744EventLogException.Throw(win32Error); 751EventLogException.Throw(win32Error); 772EventLogException.Throw(win32Error); 778EventLogException.Throw(win32Error); 804EventLogException.Throw(error); 811EventLogException.Throw(win32Error); 905EventLogException.Throw(error); 912EventLogException.Throw(win32Error); 955EventLogException.Throw(error); 969EventLogException.Throw(error); 1005EventLogException.Throw(error); 1017EventLogException.Throw(error); 1055EventLogException.Throw(error); 1062EventLogException.Throw(error); 1103EventLogException.Throw(error); 1117EventLogException.Throw(error);
System\Diagnostics\Reader\ProviderMetadataCachedInformation.cs (1)
161catch (EventLogException)