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 异常。

适用于