Sharepoint 2010 Redirect to Access Denied Page
18/01/2011 Leave a comment
Hi everyone ,
If your code need to redirect access denied page in somewhere you can use SPUtility.HandleAccessDenied() function.
Here is an example:
SPUtility.HandleAccessDenied(new Exception(“You don’t have access rights to see this content”));
Happy tips.