次の方法で共有


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

情報を表示する例外。

適用対象