InvalidDataException constructor

InvalidDataException(
  1. dynamic message
)

Implementation

InvalidDataException(message) : super(message);