Sdílet prostřednictvím


FeatureNotEnabledException Konstruktory

Definice

Přetížení

FeatureNotEnabledException()

Inicializuje novou instanci FeatureNotEnabledException třídy.

FeatureNotEnabledException(String)

Inicializuje novou instanci třídy FeatureNotEnabledException se zadanou zprávou.

FeatureNotEnabledException(String, Exception)

Inicializuje novou instanci FeatureNotEnabledException třídy se zadanou zprávou a vnitřní výjimkou.

FeatureNotEnabledException()

Zdroj:
Exceptions.shared.cs
Zdroj:
Exceptions.shared.cs

Inicializuje novou instanci FeatureNotEnabledException třídy.

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

Platí pro

FeatureNotEnabledException(String)

Zdroj:
Exceptions.shared.cs
Zdroj:
Exceptions.shared.cs

Inicializuje novou instanci třídy FeatureNotEnabledException se zadanou zprávou.

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)

Parametry

message
String

Zpráva, která popisuje tuto výjimku podrobněji.

Platí pro

FeatureNotEnabledException(String, Exception)

Zdroj:
Exceptions.shared.cs
Zdroj:
Exceptions.shared.cs

Inicializuje novou instanci FeatureNotEnabledException třídy se zadanou zprávou a vnitřní výjimkou.

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)

Parametry

message
String

Zpráva, která popisuje tuto výjimku podrobněji.

innerException
Exception

Vnitřní výjimka, která má vztah k této výjimce.

Platí pro