Udostępnij za pośrednictwem


FeatureNotEnabledException Konstruktory

Definicja

Przeciążenia

FeatureNotEnabledException()

Inicjuje nowe wystąpienie klasy FeatureNotEnabledException.

FeatureNotEnabledException(String)

Inicjuje nowe wystąpienie klasy FeatureNotEnabledException z określonym komunikatem.

FeatureNotEnabledException(String, Exception)

Inicjuje nowe wystąpienie FeatureNotEnabledException klasy z określonym komunikatem i wyjątkiem wewnętrznym.

FeatureNotEnabledException()

Źródło:
Exceptions.shared.cs
Źródło:
Exceptions.shared.cs

Inicjuje nowe wystąpienie klasy FeatureNotEnabledException.

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

Dotyczy

FeatureNotEnabledException(String)

Źródło:
Exceptions.shared.cs
Źródło:
Exceptions.shared.cs

Inicjuje nowe wystąpienie klasy FeatureNotEnabledException z określonym komunikatem.

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

Komunikat opisujący ten wyjątek bardziej szczegółowo.

Dotyczy

FeatureNotEnabledException(String, Exception)

Źródło:
Exceptions.shared.cs
Źródło:
Exceptions.shared.cs

Inicjuje nowe wystąpienie FeatureNotEnabledException klasy z określonym komunikatem i wyjątkiem wewnętrznym.

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

Komunikat opisujący ten wyjątek bardziej szczegółowo.

innerException
Exception

Wyjątek wewnętrzny, który ma związek z tym wyjątkiem.

Dotyczy