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

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

public HazelcastException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
cause
Type: SystemException
See Also

Reference