This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
SecurityExceptions are raised by Smartsite when a user attempts to access a resource he or she is not allowed to access.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
[]
public class SecurityException : 
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Class SecurityException _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Smartsite.Base..::..SmartsiteException
      Smartsite.Base..::..SecurityException

See Also

Advanced