UnknownMeteringIdException 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 metering identifier was sent by the client during a metering operation.
[System.Serializable]
public class UnknownMeteringIdException : Microsoft.Media.Drm.RMServerException
[<System.Serializable>]
type UnknownMeteringIdException = class
inherit RMServerException
Public Class UnknownMeteringIdException
Inherits RMServerException
- Inheritance
- Attributes
Constructors
UnknownMeteringIdException() |
Initializes a new instance of the UnknownMeteringIdException class. |
UnknownMeteringIdException(String, Exception) |
Initializes a new instance of the UnknownMeteringIdException class. |
UnknownMeteringIdException(String) |
Initializes a new instance of the UnknownMeteringIdException 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. |
MeteringId |
Gets or sets the unknown Metering 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. |