ConfigurationException::GetXmlNodeLineNumber Method (XmlNode^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Configuration
Assembly: System (in System.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the line number within the configuration file that the internal XmlNode object represented when this configuration exception was thrown.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetLinenumber instead")] static int GetXmlNodeLineNumber( XmlNode^ node )
Parameters
- node
-
Type:
System.Xml::XmlNode^
The XmlNode that caused this ConfigurationException exception to be thrown.
.NET Framework
Available since 1.1
Available since 1.1
Show: