JsonSerializerException constructor
JsonSerializerException(
- String message
Creates a new instance of JsonSerializerException with the given message
.
Implementation
JsonSerializerException(this.message);