FeatureManagementException Class

Definition

Represents errors that occur during feature management.

public class FeatureManagementException : Exception
type FeatureManagementException = class
    inherit Exception
Public Class FeatureManagementException
Inherits Exception
Inheritance
FeatureManagementException

Constructors

FeatureManagementException(FeatureManagementError, String)

Initializes a new instance of the FeatureManagementException class.

Properties

Error

The feature management error that the exception represents.

Applies to