Click or drag to resize

TargetDisconnectedException Constructor (Address, String)

Constructor version with an Address instance and message to assign to

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public TargetDisconnectedException(
	Address address,
	string message
)

Parameters

address
Type: Hazelcast.IOAddress
is an Adress instance to assign to
message
Type: SystemString
is a message to assign to
See Also