次の方法で共有


ServerFeatureNotSupportedException コンストラクター

定義

オーバーロード

ServerFeatureNotSupportedException()

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

ServerFeatureNotSupportedException(ServerSupportedFeature)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

ServerFeatureNotSupportedException(String)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

ServerFeatureNotSupportedException(String, Exception)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

ServerFeatureNotSupportedException()

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

public ServerFeatureNotSupportedException ();
Public Sub New ()

適用対象

ServerFeatureNotSupportedException(ServerSupportedFeature)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

public ServerFeatureNotSupportedException (Microsoft.Media.Drm.ServerSupportedFeature feature);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : Microsoft.Media.Drm.ServerSupportedFeature -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (feature As ServerSupportedFeature)

パラメーター

feature
ServerSupportedFeature

サポートされていない機能。

適用対象

ServerFeatureNotSupportedException(String)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

public ServerFeatureNotSupportedException (string message);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String)

パラメーター

message
String

この例外に関連付けられているテキスト メッセージ。 メッセージはクライアントに送り返されないことに注意してください。

適用対象

ServerFeatureNotSupportedException(String, Exception)

ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。

public ServerFeatureNotSupportedException (string message, Exception inner);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string * Exception -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String, inner As Exception)

パラメーター

message
String

この例外に関連付けられているテキスト メッセージ。 メッセージはクライアントに送り返されないことに注意してください。

inner
Exception

現在の例外の原因となった例外。 このパラメーターが null 参照でない場合、内部例外を処理する catch ブロックで現在の例外が発生します。

適用対象