ConfigurationErrorsException::GetFilename Method
.NET Framework (current version)
Gets the path to the configuration file being read when this configuration exception was thrown.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetFilename(XmlNode^) | 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. |
![]() ![]() | GetFilename(XmlReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the path to the configuration file that the internal XmlReader was reading when this configuration exception was thrown. |
Show:

