$getException.toNamingException.getRemainingName

Returns the remaining name a NamingException.
Syntax
    $getException.toNamingException.getRemainingName{[index]?}
Documentation$getException.toNamingException.getRemainingName:
Returns the remaining name of a NamingException. This will fail if the exception is not of type NamingException. The optional parameter 1 specifies the index of the exception and defaults to 0 which is the index of the last exception. NamingExceptions may be thrown for example by the LDAP functions. For more information about NamingExceptions you may want to look at the Java API documentation.
    Paramter:
      1 - exception index; negative integer, optional
    Returns:
      Exception stacktrace.
    Throws:
      IllegalArgumentException, NumberFormatException
Examples
$getException.toNamingException.getRemainingName{}
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 1