Share via


UnknownMeteringIdException Class

Definition

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
UnknownMeteringIdException
Attributes

Constructors

UnknownMeteringIdException()

Initializes a new instance of the UnknownMeteringIdException class.

UnknownMeteringIdException(String)

Initializes a new instance of the UnknownMeteringIdException class.

UnknownMeteringIdException(String, Exception)

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)

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