UnknownPublisherIdException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
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
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, 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. |