ClientRedirectException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
ClientRedirectException() |
Initializes a new instance of the ClientRedirectException class. |
ClientRedirectException(String, Exception) |
Initializes a new instance of the ClientRedirectException class. |
ClientRedirectException(String) |
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, EventLogId) |
Overridable function to get the Soap exception to be returned to the client. (Inherited from RMServerException) |
GetSoapException(Uri) |
Overridable function to get the Soap exception to be returned to the client. |