System.Resources.Tests.MissingSatelliteAssemblyExceptionTests.ConstructorSimple C# (CSharp) Method

ConstructorSimple() private method

private ConstructorSimple ( ) : void
return void
        public void ConstructorSimple()
        {
            MissingSatelliteAssemblyException msae = new MissingSatelliteAssemblyException();
            Assert.NotNull(msae.Message);
        }