Click or drag to resize
Akka.NETLoadFailedException Constructor (String, Exception)
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,
	Exception cause
)

Parameters

message
Type: SystemString

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

cause
Type: SystemException

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

See Also