Click or drag to resize

AuthenticationFailedArgsThrownException Property

Gets or sets the thrown Exception related to the failed Authentication attempt. This is typically a AuthenticationException which includes additional information about the failed login such as FailureType and FailedLogins.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Exception ThrownException { get; set; }

Property Value

Type: Exception
See Also