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