Click or drag to resize

NotificationException Class

Exception for showing notifications in the UI.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.GUI.CommonNotificationException

Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class NotificationException : Exception

The NotificationException type exposes the following members.

Constructors
 NameDescription
Public methodNotificationExceptionInitializes a new instance of the NotificationException class
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllMessages Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions)
Public Extension MethodGetAllStackTraces Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions)
Top
See Also