NotificationType Enumeration |
doogal.co.uk Home
Enumerated type that defines how users will be notified of exceptions
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic enum NotificationType
Public Enumeration NotificationType
public enum class NotificationType
Members
| Member name | Value | Description |
---|
| Silent | 0 | Users will not be notified, exceptions will be automatically logged to the registered loggers |
| Inform | 1 | Users will be notified an exception has occurred, exceptions will be automatically logged to the registered loggers |
| Ask | 2 | Users will be notified an exception has occurred and will be asked if they want the exception logged |
See Also