TimeoutOutOfRangeException constructor
TimeoutOutOfRangeException(
- Duration duration
Creates a TimeoutOutOfRangeException when duration is
shorter than 1 second or longer than 10 seconds.
Implementation
TimeoutOutOfRangeException(this.duration)
: super('Timeout $duration is out of valid range (1-10 seconds).');