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

Syntax

C#
public VGAuthenticationExceptionEventArgs(
	Exception exception
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception _
)

Parameters

exception
Type: System..::.Exception

the Exception generated during the authentication process.

See Also