Click or drag to resize
Akka.NETDataDeletedToString Method
Creates and returns a string representation of the current exception.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override string ToString()

Return Value

Type: String
A string representation of the current exception.

Implements

_ExceptionToString
See Also