Initializes a new instance of the VGAuthenticationExceptionEventArgs class with an exception generated during the authentication process.

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 VGAuthenticationExceptionEventArgs(
	Exception exception
)
Visual Basic
Public Sub New ( 
	exception As Exception
)

Parameters

exception
Type: System..::..Exception

the Exception generated during the authentication process.

See Also