The ShowErrorMessageEventArgs class provides a string which should be shown as an error message for the end-user. It is used with the ServerVisualization.DialogViewGenerator.ShowErrorMessage event.

Syntax

public class ShowErrorMessageEventArgs: EventArgs
Public Class ShowErrorMessageEventArgs
  Inherits EventArgs

Introduced: X11.

Properties

Property Description
Caption Gets a caption string.
ErrorMessage Gets the error message.