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 ref class FeatureNotEnabledException : InvalidOperationException
public class FeatureNotEnabledException : InvalidOperationException
type FeatureNotEnabledException = class
    inherit InvalidOperationException
Public Class FeatureNotEnabledException
Inherits InvalidOperationException
Inheritance
FeatureNotEnabledException

Constructors

FeatureNotEnabledException()

Initializes a new instance of the FeatureNotEnabledException class.

FeatureNotEnabledException(String)

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

FeatureNotEnabledException(String, Exception)

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

Applies to