HazelcastSerializationException Constructor (String, Exception)Hazelcast .Net Client Class Library
Initializes a new instance of the HazelcastSerializationException class

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax

public HazelcastSerializationException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
cause
Type: SystemException
See Also

Reference