Click or drag to resize
FeatureActivationException Class

[Missing <summary> documentation for "T:VSCode.FeatureActivationException"]

Inheritance Hierarchy
SystemObject
  SystemException
    VSCodeFeatureActivationException

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class FeatureActivationException : Exception

The FeatureActivationException type exposes the following members.

Constructors
  NameDescription
Public methodFeatureActivationException
Initializes a new instance of the FeatureActivationException class
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also