Edit

Share via


CodecNotFoundException(String) Constructor

Definition

Initializes a new instance of the CodecNotFoundException class.

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

Parameters

message
String

The message that describes the error.

Applies to