Occurs when Visual Guard loads security actions and a type are unknown or when Visual Guard sets the security of an object and an exception occurs.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static event VGSecurityErrorEventHandler SecurityError
Visual Basic (Declaration)
Public Shared Event SecurityError As VGSecurityErrorEventHandler

Remarks

The event handler receives an argument of type VGSecurityErrorEventArgs containing data related to this event. The SecurityError event allows a user to determine whether or not the operation should continue after the error occurs.

See Also