Click or drag to resize
NotificationType Enumeration
doogal.co.uk Home



Enumerated type that defines how users will be notified of exceptions

Namespace: Utilities
Assembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public enum NotificationType
Members
  Member nameValueDescription
Silent0Users will not be notified, exceptions will be automatically logged to the registered loggers
Inform1Users will be notified an exception has occurred, exceptions will be automatically logged to the registered loggers
Ask2Users will be notified an exception has occurred and will be asked if they want the exception logged
See Also