MobileErrorInfo.ContextKey 字段

定义

用于从 Context 中检索当前异常信息的键。The key to retrieve current exception information from the Context. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public: static initonly System::String ^ ContextKey;
public static readonly string ContextKey;
 staticval mutable ContextKey : string
Public Shared ReadOnly ContextKey As String 

字段值

String

注解

由用 ErrorFormatterPage 来检索对象的信息 MobileErrorInfoUsed by the ErrorFormatterPage to retrieve information for a MobileErrorInfo object.

适用于