VerifyLocation() private method

private VerifyLocation ( string locationPath ) : void
locationPath string
return void
Esempio n. 1
0
        public ConfigurationSection GetSection(string sectionPath, string locationPath)
        {
            Initialize();
            if (!_doNotThrow)
            {
                _server.VerifyLocation(locationPath);
            }

            return(FindSection(sectionPath, locationPath, this));
        }