LDAP Client.Net

AuthenticationFailedException.ErrorCode Property

Gets the error code returned by the Windows LDAP library.

[Visual Basic]
Public Property ReadOnly ErrorCode As Integer
[C#]
public int ErrorCode { get; }
[C++]
public: __property int get_ErrorCode();
[JScript]
public function get ErrorCode() : int

See Also

AuthenticationFailedException Class | LdapServices.Ldap Namespace