FeatureNotSupportedException Konstruktoren
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.
Überlädt
FeatureNotSupportedException() |
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse. |
FeatureNotSupportedException(String) |
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse mit der angegebenen Nachricht. |
FeatureNotSupportedException(String, Exception) |
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse unter Verwendung der angegebenen Meldung und der angegebenen inneren Ausnahme |
FeatureNotSupportedException()
- Quelle:
- Exceptions.shared.cs
- Quelle:
- Exceptions.shared.cs
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse.
public:
FeatureNotSupportedException();
public FeatureNotSupportedException ();
Public Sub New ()
Gilt für:
FeatureNotSupportedException(String)
- Quelle:
- Exceptions.shared.cs
- Quelle:
- Exceptions.shared.cs
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse mit der angegebenen Nachricht.
public:
FeatureNotSupportedException(System::String ^ message);
public FeatureNotSupportedException (string message);
new Microsoft.Maui.ApplicationModel.FeatureNotSupportedException : string -> Microsoft.Maui.ApplicationModel.FeatureNotSupportedException
Public Sub New (message As String)
Parameter
- message
- String
Eine Meldung, die diese Ausnahme ausführlicher beschreibt.
Gilt für:
FeatureNotSupportedException(String, Exception)
- Quelle:
- Exceptions.shared.cs
- Quelle:
- Exceptions.shared.cs
Initialisiert eine neue Instanz der FeatureNotSupportedException-Klasse unter Verwendung der angegebenen Meldung und der angegebenen inneren Ausnahme
public:
FeatureNotSupportedException(System::String ^ message, Exception ^ innerException);
public FeatureNotSupportedException (string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotSupportedException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotSupportedException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Eine Meldung, die diese Ausnahme ausführlicher beschreibt.
- innerException
- Exception
Eine innere Ausnahme, die eine Beziehung zu dieser Ausnahme hat.