JsonSerializerException constructor

JsonSerializerException(
  1. String message
)

Creates a new instance of JsonSerializerException with the given message.

Implementation

JsonSerializerException(this.message);