共用方式為


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, Exception)

初始化 ServerFeatureNotSupportedException 類別的新執行個體。

ServerFeatureNotSupportedException(String)

初始化 ServerFeatureNotSupportedException 類別的新執行個體。

屬性

ClientRecordLocator

取得這個例外狀況的隨機產生唯一識別碼。

(繼承來源 RMServerException)
UnavailableServerFeature

取得或設定不支援 ServerSupportedFeature 的 。

方法

GetObjectData(SerializationInfo, StreamingContext)

表示伺服器版本不支援功能時擲回的例外狀況。

GetSoapException(Uri, EventLogId)

可覆寫的函式可取得要傳回給用戶端的 Soap 例外狀況。

(繼承來源 RMServerException)
GetSoapException(Uri)

可覆寫的函式可取得要傳回給用戶端的 Soap 例外狀況。

適用於