RenewDomainException Class

Definition

Represents the exception thrown when a client needs to renew their domain membership due to the client not having the latest domain revision or presenting an expired certificate.

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

Constructors

RenewDomainException()

Initializes a new instance of the RenewDomainException class.

RenewDomainException(Guid, Guid)

Initializes a new instance of the RenewDomainException class.

RenewDomainException(Guid, Guid, Uri)

Initializes a new instance of the RenewDomainException class.

RenewDomainException(Guid, Guid, Uri, String)

Initializes a new instance of the RenewDomainException class.

RenewDomainException(String)

Initializes a new instance of the RenewDomainException class.

RenewDomainException(String, Exception)

Initializes a new instance of the RenewDomainException class.

Properties

AccountId

Gets or sets the AccountId of the domain that needs to be renewed.

ClientRecordLocator

Gets a randomly generated unique identifier for this exception.

(Inherited from RMServerException)
CustomData

Gets or sets service specific data to be returned to the client along with the exception.

ServiceId

Gets or sets the ServiceId of the domain.

Url

Gets or sets the url of the domain controller if different from the current server.

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