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です。

適用対象