Click or drag to resize
Akka.NETModifyFailure Constructor
Initializes a new instance of the ModifyFailure class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ModifyFailure(
	IKey key,
	string errorMessage,
	Exception cause,
	Object request
)

Parameters

key
Type: Akka.DistributedDataIKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ModifyFailure.#ctor(Akka.DistributedData.IKey,System.String,System.Exception,System.Object)"]

errorMessage
Type: SystemString

[Missing <param name="errorMessage"/> documentation for "M:Akka.DistributedData.ModifyFailure.#ctor(Akka.DistributedData.IKey,System.String,System.Exception,System.Object)"]

cause
Type: SystemException

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

request
Type: SystemObject

[Missing <param name="request"/> documentation for "M:Akka.DistributedData.ModifyFailure.#ctor(Akka.DistributedData.IKey,System.String,System.Exception,System.Object)"]

See Also