System.Net.Mail.Tests.SmtpExceptionTest.TestConstructorThrowsNull C# (CSharp) 메소드

TestConstructorThrowsNull() 개인적인 메소드

private TestConstructorThrowsNull ( ) : void
리턴 void
        public void TestConstructorThrowsNull()
        {
            Assert.Throws<ArgumentNullException>(() => new MySmtpException((SerializationInfo)null, new StreamingContext()));
        }