Share via


RMPackagingPropertyNotSetException Class

Definition

Represents the exception thrown when a required property is not set on a class associated with packaging content using the PlayReady Server SDK.

[System.Serializable]
public class RMPackagingPropertyNotSetException : Exception
[<System.Serializable>]
type RMPackagingPropertyNotSetException = class
    inherit Exception
Public Class RMPackagingPropertyNotSetException
Inherits Exception
Inheritance
RMPackagingPropertyNotSetException
Attributes

Constructors

RMPackagingPropertyNotSetException()

Initializes a new instance of the RMPackagingPropertyNotSetException class.

RMPackagingPropertyNotSetException(String, Exception)

Initializes a new instance of the RMPackagingPropertyNotSetException class.

RMPackagingPropertyNotSetException(String, String, Exception)

Initializes a new instance of the RMPackagingPropertyNotSetException class.

RMPackagingPropertyNotSetException(String, String)

Initializes a new instance of the RMPackagingPropertyNotSetException class.

RMPackagingPropertyNotSetException(String)

Initializes a new instance of the RMPackagingPropertyNotSetException class.

Properties

PropertyName

Gets or sets the name of the property that is not set.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Applies to