FeatureNotEnabledException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |