HierarchyNode.ShowError 方法

定義

多載

ShowError(Exception)

protected:
 void ShowError(Exception ^ ex);
protected void ShowError(Exception ex);
member this.ShowError : Exception -> unit
Protected Sub ShowError (ex As Exception)

參數

適用於

ShowError(String)

protected:
 void ShowError(System::String ^ message);
protected void ShowError(string message);
member this.ShowError : string -> unit
Protected Sub ShowError (message As String)

參數

message
String

適用於