次の方法で共有


ServerFeatureNotSupportedException クラス

定義

サーバー エディションで機能がサポートされていない場合にスローされる例外を表します。

[System.Serializable]
public class ServerFeatureNotSupportedException : Microsoft.Media.Drm.RMServerException
[<System.Serializable>]
type ServerFeatureNotSupportedException = class
    inherit RMServerException
Public Class ServerFeatureNotSupportedException
Inherits RMServerException
継承
ServerFeatureNotSupportedException
属性

コンストラクター

ServerFeatureNotSupportedException()

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

ServerFeatureNotSupportedException(ServerSupportedFeature)

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

ServerFeatureNotSupportedException(String)

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

ServerFeatureNotSupportedException(String, Exception)

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

プロパティ

ClientRecordLocator

この例外のランダムに生成された一意識別子を取得します。

(継承元 RMServerException)
UnavailableServerFeature

サポートされていない ServerSupportedFeatureを取得または設定します。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

サーバー エディションで機能がサポートされていない場合にスローされる例外を表します。

GetSoapException(Uri)

クライアントに返される Soap 例外を取得するオーバーライド可能な関数。

GetSoapException(Uri, EventLogId)

クライアントに返される Soap 例外を取得するオーバーライド可能な関数。

(継承元 RMServerException)

適用対象