System.Resources.Tests.MissingManifestResourceExceptionTests.ConstructorSimple C# (CSharp) 메소드

ConstructorSimple() 개인적인 메소드

private ConstructorSimple ( ) : void
리턴 void
        public static void ConstructorSimple()
        {
            MissingManifestResourceException mmre = new MissingManifestResourceException();
            Assert.NotNull(mmre.Message);
        }