Gets or sets an exception that describes the reason for the password-validation failure.

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

Property Value

Type: Exception

See Also