System.IO.Tests.Directory_CreateDirectory.UNCPathWithOnlySlashes C# (CSharp) Méthode

UNCPathWithOnlySlashes() private méthode

private UNCPathWithOnlySlashes ( ) : void
Résultat void
        public void UNCPathWithOnlySlashes()
        {
            Assert.Throws<ArgumentException>(() => Create("//"));
        }
Directory_CreateDirectory