PopServerNotAvailableException Constructor

OpenPop.NET

OpenPop.NET POP3 Library Documentation

PopServerNotAvailableException Constructor

Creates a PopServerNotAvailableException with the given message and InnerException

PopServerNotAvailableException(
   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

PopServerNotAvailableException Class | OpenPop.Pop3.Exceptions Namespace