NumericOverflowException constructor

NumericOverflowException(
  1. String message
)

Implementation

NumericOverflowException(String message) : super(message);