JsonSerializerException constructor
JsonSerializerException(
- 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);