Exception thrown when the application tries to load security permission from a repository and the application is not declared in the repository.

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

Remarks

The id of the secured assembly is stored in the "VisualGuardConfiguration.config". You must regenerate this file property by using the Visual Guard console.

Inheritance Hierarchy

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

See Also