次の方法で共有


CodecNotFoundException(String) コンストラクター

定義

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

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

パラメーター

message
String

エラーを説明するメッセージ。

適用対象