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

适用于