ServerFeatureNotSupportedException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバー エディションで機能がサポートされていない場合にスローされる例外を表します。
[System.Serializable]
public class ServerFeatureNotSupportedException : Microsoft.Media.Drm.RMServerException
[<System.Serializable>]
type ServerFeatureNotSupportedException = class
inherit RMServerException
Public Class ServerFeatureNotSupportedException
Inherits RMServerException
- 継承
- 属性
コンストラクター
ServerFeatureNotSupportedException() |
ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。 |
ServerFeatureNotSupportedException(ServerSupportedFeature) |
ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。 |
ServerFeatureNotSupportedException(String, Exception) |
ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。 |
ServerFeatureNotSupportedException(String) |
ServerFeatureNotSupportedException クラスの新しいインスタンスを初期化します。 |
プロパティ
ClientRecordLocator |
この例外のランダムに生成された一意識別子を取得します。 (継承元 RMServerException) |
UnavailableServerFeature |
サポートされていない ServerSupportedFeatureを取得または設定します。 |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
サーバー エディションで機能がサポートされていない場合にスローされる例外を表します。 |
GetSoapException(Uri, EventLogId) |
クライアントに返される Soap 例外を取得するオーバーライド可能な関数。 (継承元 RMServerException) |
GetSoapException(Uri) |
クライアントに返される Soap 例外を取得するオーバーライド可能な関数。 |