InvalidLicenseException constructor
InvalidLicenseException(
- String message
Implementation
InvalidLicenseException(String message) : super(message);
InvalidLicenseException(String message) : super(message);