다음을 통해 공유


CodecNotFoundException(String) 생성자

정의

CodecNotFoundException 클래스의 새 인스턴스를 초기화합니다.

public CodecNotFoundException (string message);
new Orleans.Serialization.CodecNotFoundException : string -> Orleans.Serialization.CodecNotFoundException
Public Sub New (message As String)

매개 변수

message
String

오류를 설명하는 메시지입니다.

적용 대상