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

Syntax

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

Value

Type: Novalys.VisualGuard.Security..::..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