Freigeben über


FeatureNotEnabledException Konstruktoren

Definition

Überlädt

FeatureNotEnabledException()

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse.

FeatureNotEnabledException(String)

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse mit der angegebenen Nachricht.

FeatureNotEnabledException(String, Exception)

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse unter Verwendung der angegebenen Meldung und der angegebenen inneren Ausnahme

FeatureNotEnabledException()

Quelle:
Exceptions.shared.cs
Quelle:
Exceptions.shared.cs

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse.

public:
 FeatureNotEnabledException();
public FeatureNotEnabledException ();
Public Sub New ()

Gilt für:

FeatureNotEnabledException(String)

Quelle:
Exceptions.shared.cs
Quelle:
Exceptions.shared.cs

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse mit der angegebenen Nachricht.

public:
 FeatureNotEnabledException(System::String ^ message);
public FeatureNotEnabledException (string message);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String)

Parameter

message
String

Eine Meldung, die diese Ausnahme ausführlicher beschreibt.

Gilt für:

FeatureNotEnabledException(String, Exception)

Quelle:
Exceptions.shared.cs
Quelle:
Exceptions.shared.cs

Initialisiert eine neue Instanz der FeatureNotEnabledException-Klasse unter Verwendung der angegebenen Meldung und der angegebenen inneren Ausnahme

public:
 FeatureNotEnabledException(System::String ^ message, Exception ^ innerException);
public FeatureNotEnabledException (string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
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.

Gilt für: