ConfigurationException::GetXmlNodeFilename 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 path to the configuration file from which the internal XmlNode object was loaded when this configuration exception was thrown.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")] static String^ GetXmlNodeFilename( 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: