Share via


RMPackagingException Class

Definition

Represents the exception thrown when an error is encountered while packaging content using the PlayReady Server SDK.

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

Constructors

RMPackagingException()

Initializes a new instance of the RMPackagingException class.

RMPackagingException(String)

Initializes a new instance of the RMPackagingException class.

RMPackagingException(String, Exception)

Initializes a new instance of the RMPackagingException class.

Properties

StatusCode

Gets the COM style error code for the underlying cause of the exception.

Methods

GetExceptionFromErrorCode(Int32)

Creates an Exception based on the given error code.

GetObjectData(SerializationInfo, StreamingContext)

Applies to