Click or drag to resize

HazelcastException Constructor (String, Exception)

Constructor version with a message and Exception instance to assign to

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

Parameters

message
Type: SystemString
is a message to assign to
cause
Type: SystemException
is an exception instance to assign to
See Also