CodecNotFoundException クラス

定義

指定した型に適したシリアライザー コーデックが見つかりませんでした。

[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class CodecNotFoundException : Orleans.Serialization.SerializerException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type CodecNotFoundException = class
    inherit SerializerException
Public NotInheritable Class CodecNotFoundException
Inherits SerializerException
継承
CodecNotFoundException
属性

コンストラクター

CodecNotFoundException(String)

CodecNotFoundException クラスの新しいインスタンスを初期化します。

適用対象