TimeoutException constructor
TimeoutException()
Constructs a new instance of TimeoutException.
Implementation
TimeoutException() : message = 'A timeout occurred.';
Constructs a new instance of TimeoutException.
TimeoutException() : message = 'A timeout occurred.';