AsyncPostBackErrorEventArgs(Exception) 构造函数

定义

初始化 AsyncPostBackErrorEventArgs 类的新实例。

public:
 AsyncPostBackErrorEventArgs(Exception ^ exception);
public AsyncPostBackErrorEventArgs (Exception exception);
new System.Web.UI.AsyncPostBackErrorEventArgs : Exception -> System.Web.UI.AsyncPostBackErrorEventArgs
Public Sub New (exception As Exception)

参数

exception
Exception

在呈现部分页期间引发的服务器异常。

例外

exceptionnull

适用于