System.Configuration.ConfigurationData.ThrowException C# (CSharp) Method

ThrowException() private method

private ThrowException ( string text, XmlTextReader reader ) : void
text string
reader System.Xml.XmlTextReader
return void
		private void ThrowException (string text, XmlTextReader reader)
		{
			throw new ConfigurationException (text, fileName, reader.LineNumber);
		}
#endif