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)
Syntax
| C# |
|---|
public enum NotificationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration NotificationType |
| Visual C++ |
|---|
public enum class NotificationType |
Members
| Member name | Description | |
|---|---|---|
| Silent | Users will not be notified, exceptions will be automatically logged to the registered loggers | |
| Inform | Users will be notified an exception has occurred, exceptions will be automatically logged to the registered loggers | |
| Ask | Users will be notified an exception has occurred and will be asked if they want the exception logged |