Exception thrown when the method LoadAnomymousSecurity()()() is called and the application disallows anonymous session or if the role granted to anonymous session is not valid.

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 VGAnonymousSessionNotAllowedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class VGAnonymousSessionNotAllowedException _
	Inherits Exception

Inheritance Hierarchy

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

See Also