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

Syntax

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