Share via


IndivRequiredException Class

Definition

Represents the exception thrown when a PC or Silverlight client needs to individualize its DRM runtime.

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

Remarks

Normally this exception is thrown by the PlayReady Server SDK itself but the handler can use RobustnessVersion from CertificateChainInformation to do this check manually if desired.

Constructors

IndivRequiredException()

Initializes a new instance of the IndivRequiredException class.

IndivRequiredException(String)

Initializes a new instance of the IndivRequiredException class.

IndivRequiredException(String, Exception)

Initializes a new instance of the IndivRequiredException class.

Properties

ClientRecordLocator

Gets a randomly generated unique identifier for this exception.

(Inherited from RMServerException)
DebuggingData

Gets or sets the text string returned to the client as part of the error message explaining why individualization is required.

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