InvalidDataException constructor

InvalidDataException(
  1. String message
)

Implementation

InvalidDataException(String message) : super(message);