共用方式為


FeatureNotSupportedException 建構函式

定義

多載

FeatureNotSupportedException()

建立 FeatureNotSupportedException 的新實例。

FeatureNotSupportedException(String)

使用指定的訊息建立 FeatureNotSupportedException 的新實例。

FeatureNotSupportedException(String, Exception)

使用指定的訊息和內部例外狀況,建立 FeatureNotSupportedException 的新實例。

FeatureNotSupportedException()

建立 FeatureNotSupportedException 的新實例。

public FeatureNotSupportedException ();

適用於

FeatureNotSupportedException(String)

使用指定的訊息建立 FeatureNotSupportedException 的新實例。

public FeatureNotSupportedException (string message);

參數

message
System.String

例外狀況訊息。

適用於

FeatureNotSupportedException(String, Exception)

使用指定的訊息和內部例外狀況,建立 FeatureNotSupportedException 的新實例。

public FeatureNotSupportedException (string message, Exception innerException);

參數

message
System.String

例外狀況訊息。

innerException
System.Exception

內部例外狀況。

適用於