Click or drag to resize

VGSecurityErrorEventArgsException Property

Gets or sets an exception generated by Visual Guard.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public Exception Exception { get; set; }

Property Value

Type: Exception

The exception thrown by Visual Guard. You can replace the exception thrown by Visual Guard by a new exception.

See Also