FeatureNotSupportedException 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 support it.
public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
- Inheritance
-
FeatureNotSupportedException
Constructors
FeatureNotSupportedException() |
Initializes a new instance of the FeatureNotSupportedException class. |
FeatureNotSupportedException(String, Exception) |
Initializes a new instance of the FeatureNotSupportedException class with the specified message and inner exception. |
FeatureNotSupportedException(String) |
Initializes a new instance of the FeatureNotSupportedException class with the specified message. |