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

情報を表示する例外。

適用対象