Exception thrown when the version of the repository does not support the version of the Visual Guard runtime.

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

Remarks

To correct this problem you must change the Visual Guard assemblies referenced by your application.

Inheritance Hierarchy

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

See Also