ErrorDialog Class

Spotfire Automation Services 14.3 API Reference

Note: This API is now obsolete.

Basic dialog that shows details about exceptions.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              Spotfire.Dxp.Automation.UtilitiesErrorDialogBase
                Spotfire.Dxp.Automation.UtilitiesErrorDialog

Namespace:  Spotfire.Dxp.Automation.Utilities
Assembly:  Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[ObsoleteAttribute("Class obsolete, use message box or custom dialog instead.")]
public sealed class ErrorDialog : ErrorDialogBase

The ErrorDialog type exposes the following members.

Constructors

  NameDescription
Public methodErrorDialog Obsolete.
Initializes a new instance of the ErrorDialog class. This constructor is primary for use in PromptService.
Top
Methods

  NameDescription
Public methodStatic memberShowDialog(String, String, Exception) Obsolete.
Shows the dialog with the title title and the ex message as message text. Help settings are read from the exception.
Public methodStatic memberShowDialog(String, String, Exception, FormStartPosition) Obsolete.
Shows the dialog with the title title and the message as message text. Help settings are read from the exception.
Public methodStatic memberShowDialog(String, String, Exception, MessageBoxIcon) Obsolete.
Shows the dialog with the title title and the message as message text. Help settings are read from the exception.
Public methodStatic memberShowDialog(String, String, Exception, String, String) Obsolete.
Shows the dialog with the title title and the message as message text.
Public methodStatic memberShowDialog(FormStartPosition, String, String, Exception, MessageBoxIcon) Obsolete.
Shows the dialog with the title title and the message as message text. Help settings are read from the exception.
Public methodStatic memberShowDialog(String, String, Exception, String, String, MessageBoxIcon) Obsolete.
Shows the dialog with the title title and the message message text.
Public methodStatic memberShowDialogOkCancel(String, String, Exception) Obsolete.
Shows the dialog with the title title and the message as message text. In addition; user can select OK or cancel. Help settings are read from the exception.
Public methodStatic memberShowDialogOkCancel(String, String, Exception, MessageBoxIcon) Obsolete.
Shows the dialog with the title title and the message as message text. In addition; user can select OK or cancel. Help settings are read from the exception.
Public methodStatic memberShowDialogOkCancel(String, String, Exception, String, String) Obsolete.
Shows the dialog with the title title and the message as message text. In addition; user can select OK or cancel.
Public methodStatic memberShowDialogOkCancel(String, String, Exception, String, String, MessageBoxIcon) Obsolete.
Shows the dialog with the title title and the message as message text. In addition; user can select OK or cancel.
Top
Version Information

Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also

Reference