This exception is thrown when the supplied credentials in a login attempt were rejected by the server.

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)

Syntax

C#
[SerializableAttribute]
public class InvalidCredentialsException : Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    S22.Pop3..::..InvalidCredentialsException

See Also