CodecNotFoundException(String) 构造函数

定义

初始化 CodecNotFoundException 类的新实例。

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

参数

message
String

描述错误的消息。

适用于