Gets or sets an exception generated by Visual Guard.

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 Exception Exception { get; set; }
Visual Basic
Public Property Exception As 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