System.Net.Mail.SmtpException.SmtpException C# (CSharp) Method

SmtpException() protected method

protected SmtpException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System
        protected SmtpException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext)
        {
            _statusCode = (SmtpStatusCode)serializationInfo.GetInt32("Status");
        }

Same methods

SmtpException::SmtpException ( ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode, string message ) : System
SmtpException::SmtpException ( SmtpStatusCode statusCode, string serverMessage, bool serverResponse ) : System
SmtpException::SmtpException ( string message ) : System
SmtpException::SmtpException ( string message, Exception innerException ) : System
SmtpException::SmtpException ( string message, string serverResponse ) : System