DistributedObjectDestroyedException Constructor (String, Exception)Hazelcast .Net Client Class Library
Initializes a new instance of the DistributedObjectDestroyedException class

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

public DistributedObjectDestroyedException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
cause
Type: SystemException
See Also

Reference