PopServerNotFoundException Constructor

OpenPop.NET

OpenPop.NET POP3 Library Documentation

PopServerNotFoundException Constructor

Creates a PopServerNotFoundException with the given message and InnerException

PopServerNotFoundException(
   string message,
   Exception innerException
);

Parameters

message
The message to include in the exception
innerException
The exception that is the cause of this exception

See Also

PopServerNotFoundException Class | OpenPop.Pop3.Exceptions Namespace