Gets or sets whether the exception should be ignore or thrown.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool Continue { get; set; }
Visual Basic
Public Property Continue As Boolean
	Get
	Set

Property Value

Type: Boolean

true if the exception is ignored, false if the exception should be thrown.

Remarks

The default value is false and the exceptions is thrown.

See Also