ErrorDialogBase Class

Spotfire Automation Services 14.3 API Reference

Note: This API is now obsolete.

The basic expandable error dialog to show information 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 class ErrorDialogBase : Form

The ErrorDialogBase type exposes the following members.

Constructors

  NameDescription
Protected methodErrorDialogBase Obsolete.
Initializes a new instance of the ErrorDialogBase class.
Protected methodErrorDialogBase(String, String) Obsolete.
Initializes a new instance of the ErrorDialogBase class.
Top
Properties

  NameDescription
Protected propertyDetailsException Obsolete.
Gets or sets the exception.
Public propertyHelpKeyword Obsolete.
Gets or sets the help keyword.
Public propertyIconImage Obsolete.
Gets or sets the icon that represents the error severity.
Protected propertyMessage Obsolete.
Gets or sets the message.
Top
Methods

  NameDescription
Protected methodAlignDetailsAndHideButtons Obsolete.
Aligns the details and hide buttons.
Protected methodDispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Protected methodGetDescriptionText Obsolete.
Gets the description text.
Protected methodGetExceptionString Obsolete.
Gets the exception string.
Protected methodOnLoad
OnLoad event called.
(Overrides FormOnLoad(EventArgs).)
Protected methodSetHelpButtonVisibility Obsolete.
Sets the help button visibility.
Protected methodSetOkCancelState Obsolete.
Shows OK and Cancel buttons instead of Close.
Protected methodSetOkState Obsolete.
Shows OK button instead of Close.
Protected methodShowDetails Obsolete.
Shows the details.
Top
Fields

  NameDescription
Protected fieldexception Obsolete.
The exception for which to show the error message.
Protected fieldinitialWidth Obsolete.
The initial width of the window.
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