ComponentTray.DisplayError(Exception) 方法

定義

向使用者顯示錯誤訊息,訊息中會有指定的例外狀況的相關資訊。

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

參數

e
Exception

要顯示其資訊的例外狀況。

適用於