Table of Contents

Enum MessageFlag

Namespace
Hi.Common.Messages
Assembly
HiGeom.dll

Enumeration of common message types used for system notifications.

public enum MessageFlag
Extension Methods

Fields

Error = 1

General error messages. For exception which is consciously handled.

Exception = 0

System error messages. For exception which is not consciously handled.

Info = 7

System behavior that end user not need to know. The message make help to tracing end user behavior.

Message = 6

Something else from the upper flags to tell the end user.

Progress = 4

Progress update messages.

Success = 5

Progress complete on success messages.

Warning = 2

Warning messages.