RMPackagingPropertyNotSetException 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 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) |