NotSupportedOnThisOSException..Root.NotSupportedOnThisOSExceptionConstructs new NotSupportedOnThisOSException which is thrown when trying to do something not supported on current operating system.
Parameters: any number of String type variables
Return value: new NotSupportedOnThisOSException
NativeCallable, Callable
if (mysteriousCondition, {
throw(NotSupportedOnThisOSException("Not supported!"));
});