AsyncPostBackErrorEventArgs.Exception 属性

定义

获取在呈现部分页期间引发的 Exception

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

属性值

Exception

一个 Exception 对象。

适用于