ErrorFormatterPage.ErrorInfo 屬性

定義

回傳關於例外的資訊。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

protected:
 property System::Web::Mobile::MobileErrorInfo ^ ErrorInfo { System::Web::Mobile::MobileErrorInfo ^ get(); };
protected System.Web.Mobile.MobileErrorInfo ErrorInfo { get; }
member this.ErrorInfo : System.Web.Mobile.MobileErrorInfo
Protected ReadOnly Property ErrorInfo As MobileErrorInfo

屬性值

一個 MobileErrorInfo 包含錯誤資訊的物件。

備註

此特性被自適應錯誤處理機制利用,該機制提供針對特定目標裝置適當格式化的錯誤訊息。

適用於

另請參閱