 | RetryableHazelcastException Constructor (String) |
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
Syntaxpublic RetryableHazelcastException(
string message
)
Public Sub New (
message As String
)
public:
RetryableHazelcastException(
String^ message
)
new :
message : string -> RetryableHazelcastException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also