다음을 통해 공유


CodecNotFoundException 클래스

정의

지정된 형식에 적합한 serializer 코덱을 찾을 수 없습니다.

[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 클래스의 새 인스턴스를 초기화합니다.

적용 대상