Share via


UnknownPublisherIdException Class

Definition

Represents the exception thrown when an unknown publisher identifier was sent by the client during a secure stop operation.

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

Constructors

Name Description
UnknownPublisherIdException()

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String, Exception)

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String)

Initializes a new instance of the UnknownPublisherIdException class.

Properties

Name Description
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.

PublisherId

Gets or sets the unknown Publisher Identifier.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)
GetSoapException(Uri, EventLogId)

Overridable function to get the Soap exception to be returned to the client.

(Inherited from RMServerException)
GetSoapException(Uri)

Overridable function to get the Soap exception to be returned to the client.

Applies to