FeatureNotSupportedException Class

Definition

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)

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

FeatureNotSupportedException(String, Exception)

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

Applies to