Exception thrown when the version of the permissions stored in the repository is not supported by 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 VGPermissionVersionNotSupportedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class VGPermissionVersionNotSupportedException _
	Inherits Exception

Remarks

You can check the version of permissions by handling the event CheckVersion

Inheritance Hierarchy

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

See Also