ControlDesigner.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

表示する Exception

適用対象