System.Configuration.ConfigurationData.ThrowException C# (CSharp) Метод

ThrowException() приватный Метод

private ThrowException ( string text, XmlTextReader reader ) : void
text string
reader System.Xml.XmlTextReader
Результат void
		private void ThrowException (string text, XmlTextReader reader)
		{
			throw new ConfigurationException (text, fileName, reader.LineNumber);
		}
#endif