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

Syntax

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