Share via


DomainRequiredException Class

Definition

Represents the exception thrown when a client did not send a domain certificate or the expected domain certificate when the server wants to bind the license to a domain.

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

Remarks

There are certain situations where the client may have the correct domain certificate but did not send it to the server. If the client does not have the requested certificate it will contact the domain server to join the domain.

Constructors

DomainRequiredException()

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(Guid)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(Guid, Guid)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(Guid, Guid, Uri)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(Guid, Guid, Uri, String)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(Guid, Uri)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(String)

Initializes a new instance of the DomainRequiredException class.

DomainRequiredException(String, Exception)

Initializes a new instance of the DomainRequiredException 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