| DistributedObjectDestroyedException Constructor (Exception) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public DistributedObjectDestroyedException(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
DistributedObjectDestroyedException(
Exception^ cause
)
new :
cause : Exception -> DistributedObjectDestroyedException
Parameters
- cause
- Type: SystemException
See Also