InvalidTruncationException constructor

InvalidTruncationException(
  1. String message
)

Creates an exception when an invalid data truncation occurs from present type to required type.

Implementation

InvalidTruncationException(String message)
    : super("Logical operation couldn't be performed as $message");