Freigeben über


FeatureNotSupportedException Klasse

Definition

Ausnahme, die auftritt, wenn versucht wird, ein Feature auf einer Plattform zu verwenden, die es nicht unterstützt.

public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
    inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
Vererbung
FeatureNotSupportedException

Konstruktoren

FeatureNotSupportedException()

Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse.

FeatureNotSupportedException(String)

Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse mit der angegebenen Meldung.

FeatureNotSupportedException(String, Exception)

Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse mit der angegebenen Meldung und der angegebenen inneren Ausnahme.

Gilt für: