FeatureNotSupportedException Class

Definition

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.NotSupportedException
FeatureNotSupportedException

Constructors

FeatureNotSupportedException()

Creates a new instance of FeatureNotSupportedException.

FeatureNotSupportedException(String)

Creates a new instance of FeatureNotSupportedException with the specified message.

FeatureNotSupportedException(String, Exception)

Creates a new instance of FeatureNotSupportedException with the specified message and inner exception.

Applies to