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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool Continue { get; set; }
Visual Basic (Declaration)
Public Property Continue As Boolean

Field 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