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 class FeatureNotSupportedException : NotSupportedException
- Inheritance
-
System.NotSupportedExceptionFeatureNotSupportedException
Constructors
FeatureNotSupportedException() |
Creates a new instance of FeatureNotSupportedException. |
FeatureNotSupportedException(String, Exception) |
Creates a new instance of FeatureNotSupportedException with the specified message and inner exception. |
FeatureNotSupportedException(String) |
Creates a new instance of FeatureNotSupportedException with the specified message. |