System.Net.Mime.Tests.ContentDispositionTest.Ctor_InvalidThrows C# (CSharp) Méthode

Ctor_InvalidThrows() private méthode

private Ctor_InvalidThrows ( Type exceptionType, string contentDisposition ) : void
exceptionType Type
contentDisposition string
Résultat void
        public static void Ctor_InvalidThrows(Type exceptionType, string contentDisposition)
        {
            Assert.Throws(exceptionType, () => new ContentDisposition(contentDisposition));
        }