Click or drag to resize
Akka.NETDataDeletedException Constructor (String)
Initializes a new instance of the DataDeletedException class.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DataDeletedException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also