Visual Guard Class Library Documentation

VGUnauthorizedAnonymousUserException Class

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

For a list of all members of this type, see VGUnauthorizedAnonymousUserException Members.

System.Object
   Exception
      VGUnauthorizedAnonymousUserException

public class VGUnauthorizedAnonymousUserException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

VGUnauthorizedAnonymousUserException Members | Novalys.VisualGuard.Security Namespace