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

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 bool Continue { get; set; }
Visual Basic
Public Property Continue As Boolean
	Get
	Set

Property Value

Type: Boolean

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