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

要显示其相关信息的异常。

适用于