FeatureNotSupportedException Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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, Exception) |
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse unter Verwendung der angegebenen Meldung und der angegebenen inneren Ausnahme |
FeatureNotSupportedException(String) |
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse mit der angegebenen Nachricht. |