Exception thrown when the method LoadAnomymousSecurity()()() is called and the defined anonymous user is not authorized to access to the application.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
[SerializableAttribute]
public class VGUnauthorizedAnonymousUserException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class VGUnauthorizedAnonymousUserException _
	Inherits Exception

Remarks

To correct this problem you must grant a role of the application to the anonymous user.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Novalys.VisualGuard.Security..::.VGUnauthorizedAnonymousUserException

See Also