FeatureNotEnabledException Class

Definition

Exception that occurs when an attempt is made to use a feature on a platform that does not have this feature enabled.

public class FeatureNotEnabledException : InvalidOperationException
Inheritance
FeatureNotEnabledException

Constructors

FeatureNotEnabledException()

Initializes a new instance of the FeatureNotEnabledException class.

FeatureNotEnabledException(String, Exception)

Initializes a new instance of the FeatureNotEnabledException class with the specified message and inner exception.

FeatureNotEnabledException(String)

Initializes a new instance of the FeatureNotEnabledException class with the specified message.

Applies to