MessageBoxHelpers.ShowError Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ShowError(IWin32Window, String) | |
| ShowError(IServiceProvider, IWin32Window, String) | |
| ShowError(IWin32Window, String, String) |
ShowError(IWin32Window, String)
public:
static void ShowError(System::Windows::Forms::IWin32Window ^ owner, System::String ^ message);
public static void ShowError (System.Windows.Forms.IWin32Window owner, string message);
static member ShowError : System.Windows.Forms.IWin32Window * string -> unit
Public Shared Sub ShowError (owner As IWin32Window, message As String)
Paramètres
- owner
- IWin32Window
- message
- String
S’applique à
ShowError(IServiceProvider, IWin32Window, String)
public:
static void ShowError(IServiceProvider ^ sp, System::Windows::Forms::IWin32Window ^ owner, System::String ^ message);
public static void ShowError (IServiceProvider sp, System.Windows.Forms.IWin32Window owner, string message);
static member ShowError : IServiceProvider * System.Windows.Forms.IWin32Window * string -> unit
Public Shared Sub ShowError (sp As IServiceProvider, owner As IWin32Window, message As String)
Paramètres
- owner
- IWin32Window
- message
- String
S’applique à
ShowError(IWin32Window, String, String)
public:
static void ShowError(System::Windows::Forms::IWin32Window ^ owner, System::String ^ message, System::String ^ title);
public static void ShowError (System.Windows.Forms.IWin32Window owner, string message, string title);
static member ShowError : System.Windows.Forms.IWin32Window * string * string -> unit
Public Shared Sub ShowError (owner As IWin32Window, message As String, title As String)
Paramètres
- owner
- IWin32Window
- message
- String
- title
- String