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

要显示信息的异常。

适用于