SerializationException constructor

const SerializationException(
  1. String message
)

Creates a SerializationException with the given message.

Implementation

const SerializationException(super.message);