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

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

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Akka.DistributedData.Durable.LoadFailedException.#ctor(System.String)"]

See Also