ClientRedirectException Class

Definition

Represents the exception thrown to redirect the client to a different RMSDK server. The client should repeat its challenge to the new server.

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

Constructors

ClientRedirectException()

Initializes a new instance of the ClientRedirectException class.

ClientRedirectException(String)

Initializes a new instance of the ClientRedirectException class.

ClientRedirectException(String, Exception)

Initializes a new instance of the ClientRedirectException class.

ClientRedirectException(Uri)

Initializes a new instance of the ClientRedirectException class.

Properties

ClientRecordLocator

Gets a randomly generated unique identifier for this exception.

(Inherited from RMServerException)
Url

Gets or sets the Uri that the client should re-post its request to.

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