PP.OutOfRangeException

Syntax

OutOfRangeException(message: String, self: Object);

Parameters

message. Message passed to exception. This is an optional parameter, by default its value is not defined.

self. Exception source. This is an optional parameter, by default its value is not defined.

Description

The OutOfRangeException method is the exception thrown if the specified argument lies outside valid values range.

Comments

This method returns a String value in the following format: OutOfRangeException. Source: [Exception source] Message: [Message to be shown].

Example

The example of use is given in the with description of the static method PP.rmvFrmArrByIdx.

See also:

PP