| HazelcastSerializationException Constructor (String, Exception) |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public HazelcastSerializationException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
HazelcastSerializationException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> HazelcastSerializationException
Parameters
- message
- Type: SystemString
- cause
- Type: SystemException
See Also