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