Sdílet prostřednictvím


FeatureNotSupportedException Konstruktory

Definice

Přetížení

FeatureNotSupportedException()

Inicializuje novou instanci FeatureNotSupportedException třídy.

FeatureNotSupportedException(String)

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

FeatureNotSupportedException(String, Exception)

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

FeatureNotSupportedException()

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

Inicializuje novou instanci FeatureNotSupportedException třídy.

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

Platí pro

FeatureNotSupportedException(String)

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

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

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)

Parametry

message
String

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

Platí pro

FeatureNotSupportedException(String, Exception)

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

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

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)

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