Share via


UnknownAccountException Class

Definition

Represents the exception thrown when an unknown account identifier was sent by the client during a domain join or leave operation.

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

Constructors

UnknownAccountException()

Initializes a new instance of the UnknownAccountException class.

UnknownAccountException(Guid)

Initializes a new instance of the UnknownAccountException class.

UnknownAccountException(Guid, String)

Initializes a new instance of the UnknownAccountException class.

UnknownAccountException(String)

Initializes a new instance of the UnknownAccountException class.

UnknownAccountException(String, Exception)

Initializes a new instance of the UnknownAccountException class.

Properties

AccountId

Gets or sets the AccountId that is unknown.

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.

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