Click or drag to resize
ApplicationError Class
应用问题管理
Inheritance Hierarchy
SystemObject
  X3Platform.AppsApplicationError

Namespace: X3Platform.Apps
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class ApplicationError

The ApplicationError type exposes the following members.

Constructors
  NameDescription
Public methodApplicationError
Initializes a new instance of the ApplicationError class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberWrite(Int32)
输出问题信息并终止HTTP响应
Public methodStatic memberWrite(String)
输出问题信息并终止HTTP响应
Top
See Also