SmtpClientCommunicationException constructor

SmtpClientCommunicationException(
  1. String message
)

Implementation

SmtpClientCommunicationException(String message) : super(message);