Uiinfrastructure API Docs  
 

UnauthorizedAccessException.GetRedirect Method 

This method returns the Redirect object, if any, where the Interpreter should redirect the user to (due to the exception occuring). For example, in the case of a Secure Activity Space violation and the security mode is 1, the Redirect object returned here will be an HTTP redirect to the corresponding https URL. If the method returns null, the Interpreter will redirect the user (by default) either to an error page, or to a login page if the user is guest (by calling the Authenticator.GetOrSendLoginChallenge()).

public virtual Redirect GetRedirect();

Return Value

a Redirect object, if any.

See Also

UnauthorizedAccessException Class | com.plumtree.uiinfrastructure.interpreter Namespace