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