ErrorMsg Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |