RMPackagingException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在使用 PlayReady Server SDK 封裝內容時發生錯誤時擲回的例外狀況。
[System.Serializable]
public class RMPackagingException : Exception
[<System.Serializable>]
type RMPackagingException = class
inherit Exception
Public Class RMPackagingException
Inherits Exception
- 繼承
-
RMPackagingException
- 屬性
建構函式
RMPackagingException() |
初始化 RMPackagingException 類別的新執行個體。 |
RMPackagingException(String, Exception) |
初始化 RMPackagingException 類別的新執行個體。 |
RMPackagingException(String) |
初始化 RMPackagingException 類別的新執行個體。 |
屬性
StatusCode |
取得例外狀況基礎原因的 COM 樣式錯誤碼。 |
方法
GetExceptionFromErrorCode(Int32) |
根據指定的錯誤碼建立例外狀況。 |
GetObjectData(SerializationInfo, StreamingContext) |
表示在使用 PlayReady Server SDK 封裝內容時發生錯誤時擲回的例外狀況。 |