| TargetDisconnectedException Constructor (String) |
Constructor version with a message to assign to
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public TargetDisconnectedException(
string msg
)
Public Sub New (
msg As String
)
public:
TargetDisconnectedException(
String^ msg
)
new :
msg : string -> TargetDisconnectedException
Parameters
- msg
- Type: SystemString
See Also