Share via


ClientLimitReachedException Class

Definition

Exception thrown to the client when it has reached the limit on the number of clients that can be joined to the domain. If possible a Url pointing to a page explaining the services policies and actionable steps the user can take to remedy the situation should be returned to the user.

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

Constructors

ClientLimitReachedException()

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(SerializationInfo, StreamingContext)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(String)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(String, CertificateType)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(String, CertificateType, String)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(String, Exception)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(Uri, CertificateType)

Initializes a new instance of the ClientLimitReachedException class.

ClientLimitReachedException(Uri, CertificateType, String)

Initializes a new instance of the ClientLimitReachedException class.

Properties

ClientRecordLocator

Gets a randomly generated unique identifier for this exception.

(Inherited from RMServerException)
ClientType

Gets or sets the type of the client that was attempting to join the domain.

CustomData

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

Url

Gets or sets the Uri that the client should show to the user to help explain the client limit and perhaps to fix the issue by removing a client through offline unregistration.

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