System.Net.Tests.WebUtilityTests.UrlEncodeToBytes_NullBytes_ThrowsArgumentNullException C# (CSharp) Метод

UrlEncodeToBytes_NullBytes_ThrowsArgumentNullException() приватный Метод

private UrlEncodeToBytes_NullBytes_ThrowsArgumentNullException ( ) : void
Результат void
        public static void UrlEncodeToBytes_NullBytes_ThrowsArgumentNullException()
        {
            Assert.Throws<ArgumentNullException>("bytes", () => WebUtility.UrlEncodeToBytes(null, 0, 1));
        }