NotSupportedException(message: String, self: Object);
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.
The NotSupportedException method is the exception thrown if the method is not supported under some conditions.
This method returns a String value in the following format: NotSupportedException. Source: [Exception source] Message: [Message to be shown].
The example of use is given in the with description of the static method PP.rmvFrmArrByIdx.
See also: