Share via


ServerFeatureNotSupportedException Class

Definition

Represents the exception thrown when a feature is not supported by the server edition.

[System.Serializable]
public class ServerFeatureNotSupportedException : Microsoft.Media.Drm.RMServerException
[<System.Serializable>]
type ServerFeatureNotSupportedException = class
    inherit RMServerException
Public Class ServerFeatureNotSupportedException
Inherits RMServerException
Inheritance
ServerFeatureNotSupportedException
Attributes

Constructors

ServerFeatureNotSupportedException()

Initializes a new instance of the ServerFeatureNotSupportedException class.

ServerFeatureNotSupportedException(ServerSupportedFeature)

Initializes a new instance of the ServerFeatureNotSupportedException class.

ServerFeatureNotSupportedException(String)

Initializes a new instance of the ServerFeatureNotSupportedException class.

ServerFeatureNotSupportedException(String, Exception)

Initializes a new instance of the ServerFeatureNotSupportedException class.

Properties

ClientRecordLocator

Gets a randomly generated unique identifier for this exception.

(Inherited from RMServerException)
UnavailableServerFeature

Gets or sets the unsupported ServerSupportedFeature.

Methods

GetObjectData(SerializationInfo, StreamingContext)
GetSoapException(Uri)

Overridable function to get the Soap exception to be returned to the client.

GetSoapException(Uri, EventLogId)

Overridable function to get the Soap exception to be returned to the client.

(Inherited from RMServerException)

Applies to