次の方法で共有


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

内部例外。

適用対象