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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[SerializableAttribute]
public class VGUnauthorizedAnonymousUserException : Exception
Visual Basic
<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