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

UnknownPublisherIdException()

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String)

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String, Exception)

Initializes a new instance of the UnknownPublisherIdException class.

Properties

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

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