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

SmtpException() public method

public SmtpException ( String e )
e String
		public SmtpException(String e)
			: base(e)
		{

		}
	}
SmtpException