Visual Guard Class Library Documentation

VGSecurityErrorEventArgs.Continue Property

Gets or sets a value indicating if the exception must ignore or thrown.

public Boolean Continue {get; set;}

Property Value

true if the exception must be ignored, false if the exception must be thrown.

Remarks

The default value is false and all exceptions are thrown.

See Also

VGSecurityErrorEventArgs Class | Novalys.VisualGuard.Security Namespace