AsyncPostBackErrorEventArgs.Exception 属性

定义

获取在分页呈现过程中引发的 Exception

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

属性值

一个 Exception 对象。

适用于