次の方法で共有


ErrorMsg Class

Definition

Represents the form displaying the error messages

public ref class ErrorMsg : System::Windows::Forms::Form
public class ErrorMsg : System.Windows.Forms.Form
type ErrorMsg = class
    inherit Form
Public Class ErrorMsg
Inherits Form
Inheritance
ErrorMsg

Constructors

ErrorMsg()

Initializes a new instance of the ErrorMsg class.

Properties

Showing

Gets and sets a Boolean value that whether error message is currently shown.

Methods

Show(String)

Shows a dialog box with a specified message but using a canned caption.

Show(String, String)

Shows a dialog box with a specified msg but using a canned caption.

Show(String, String, String)

Shows a dialog box with a specified message, caption and extra information.

Applies to