共用方式為


FeatureNotSupportedException 建構函式

定義

多載

FeatureNotSupportedException()

初始化 FeatureNotSupportedException 類別的新執行個體。

FeatureNotSupportedException(String)

使用指定的訊息初始化 FeatureNotSupportedException 類別的新執行個體。

FeatureNotSupportedException(String, Exception)

使用指定的訊息和內部例外狀況初始化 FeatureNotSupportedException 類別的新執行個體。

FeatureNotSupportedException()

來源:
Exceptions.shared.cs
來源:
Exceptions.shared.cs

初始化 FeatureNotSupportedException 類別的新執行個體。

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

適用於

FeatureNotSupportedException(String)

來源:
Exceptions.shared.cs
來源:
Exceptions.shared.cs

使用指定的訊息初始化 FeatureNotSupportedException 類別的新執行個體。

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)

參數

message
String

更詳細描述此例外狀況的訊息。

適用於

FeatureNotSupportedException(String, Exception)

來源:
Exceptions.shared.cs
來源:
Exceptions.shared.cs

使用指定的訊息和內部例外狀況初始化 FeatureNotSupportedException 類別的新執行個體。

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)

參數

message
String

更詳細描述此例外狀況的訊息。

innerException
Exception

與這個例外狀況相關的內部例外狀況。

適用於