Share via


ClientNotADomainMemberException Class

Definition

Represents the exception thrown back to the client in the rare scenario where a client presents a domain certificate but is no longer a member of the domain. This situation can arise if the client was removed from the domain in an offline fashion and the client still has a domain certificate. The exception tells the client to either leave the domain or re-join the domain.

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

Constructors

ClientNotADomainMemberException()

Initializes a new instance of the ClientNotADomainMemberException class.

ClientNotADomainMemberException(Guid, Guid)

Initializes a new instance of the ClientNotADomainMemberException class.

ClientNotADomainMemberException(Guid, Guid, Uri)

Initializes a new instance of the ClientNotADomainMemberException class.

ClientNotADomainMemberException(Guid, Guid, Uri, String)

Initializes a new instance of the ClientNotADomainMemberException class.

ClientNotADomainMemberException(String)

Initializes a new instance of the ClientNotADomainMemberException class.

ClientNotADomainMemberException(String, Exception)

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