Click or drag to resize

TargetNotMemberException Constructor

Initializes a new instance of the SystemException class with a specified error message.

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public TargetNotMemberException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also