JsonSerializerException constructor

JsonSerializerException(
  1. String message
)

Creates a new instance of JsonSerializerException with the given message.

@param message The error message describing the serialization error.

Implementation

JsonSerializerException(this.message);