Enum MessageFlag
Enumeration of common message types used for system notifications.
public enum MessageFlag
- Extension Methods
Fields
Error = 1General error messages. For exception which is consciously handled.
Progress = 4Progress update messages
SysErr = 0System error messages. For exception which is not consciously handled.
Warning = 2Warning messages