  | HazelcastSerializationException Constructor (String, Exception) | 
  
    Namespace: 
   Hazelcast.IO.Serialization
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic 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 -> HazelcastSerializationExceptionParameters
- message
 - Type: SystemString
 - cause
 - Type: SystemException
 
See Also