Click or drag to resize

DistributedObjectDestroyedException Constructor (String, Exception)

Initializes a new instance of the DistributedObjectDestroyedException class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public DistributedObjectDestroyedException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
cause
Type: SystemException
See Also