Click or drag to resize
ContextUnknownException Class
运行环境的未知异常
Inheritance Hierarchy
SystemObject
  SystemException
    X3PlatformContextUnknownException

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class ContextUnknownException : Exception

The ContextUnknownException type exposes the following members.

Constructors
  NameDescription
Public methodContextUnknownException(String)
Initializes a new instance of the ContextUnknownException class
Public methodContextUnknownException(String, Int32, Exception)
Initializes a new instance of the ContextUnknownException class
Top
Methods
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also