Click or drag to resize

HazelcastException Constructor (Exception)

Initializes a new instance of the HazelcastException class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public HazelcastException(
	Exception cause
)

Parameters

cause
Type: SystemException
See Also