Share via


ErrorFormatterPage.ErrorInfo 屬性

定義

傳回例外狀況的相關資訊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 物件,包含錯誤相關資訊。

備註

自適性錯誤處理機制會使用這個屬性,其會針對特定目標裝置提供適當格式的錯誤訊息。

適用於

另請參閱