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

適用於