PopClientException Constructor

OpenPop.NET

OpenPop.NET POP3 Library Documentation

PopClientException Constructor

Creates a PopClientException with the given message and InnerException

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

PopClientException Class | OpenPop.Pop3.Exceptions Namespace | PopClientException Constructor Overload List