CborContentException クラス

定義

CBOR データが無効な場合にスローされる例外。

public ref class CborContentException : Exception
[System.Serializable]
public class CborContentException : Exception
[<System.Serializable>]
type CborContentException = class
    inherit Exception
Public Class CborContentException
Inherits Exception
継承
CborContentException
属性

コンストラクター

名前 説明
CborContentException(SerializationInfo, StreamingContext)
古い.

シリアル化されたデータを使用して、 CborContentException クラスの新しいインスタンスを初期化します。

CborContentException(String, Exception)

この例外の原因である指定されたメッセージと例外を使用して、 CborContentException クラスの新しいインスタンスを初期化します。

CborContentException(String)

指定されたメッセージを使用して、 CborContentException クラスの新しいインスタンスを初期化します。

適用対象