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 异常的可重写函数。

适用于