Constructs and initializes a new TimeSpan with the specified numbers of hours, minutes, and seconds.
Type Reason ArgumentOutOfRangeException The parameters specify a TimeSpan value less than TimeSpan.MinValue or greater than TimeSpan.MaxValue.
The specified hours, minutes, and seconds are converted to ticks, and that value is used to initialize the new TimeSpan.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0