HierarchyNode.ShowError Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| 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)
Parâmetros
- ex
- Exception
Aplica-se 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)
Parâmetros
- message
- String