Click or drag to resize

VGAuthenticationExceptionEventArgs Constructor

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

Namespace:  Novalys.VisualGuard.Security.WPF
Assembly:  Novalys.VisualGuard.Security.WPF (in Novalys.VisualGuard.Security.WPF.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGAuthenticationExceptionEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException

the Exception generated during the authentication process.

See Also