HierarchyNode.ShowError Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ShowError(Exception) | |
| ShowError(String) |
ShowError(Exception)
protected:
void ShowError(Exception ^ ex);
protected void ShowError(Exception ex);
member this.ShowError : Exception -> unit
Protected Sub ShowError (ex As Exception)
Parametri
- ex
- Exception
Si applica a
ShowError(String)
protected:
void ShowError(System::String ^ message);
protected void ShowError(string message);
member this.ShowError : string -> unit
Protected Sub ShowError (message As String)
Parametri
- message
- String