ConfigurationException::Filename Property

 

Gets the path to the configuration file that caused this configuration exception to be thrown.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property String^ Filename {
	virtual String^ get();
}

Property Value

Type: System::String^

The path to the configuration file that caused this ConfigurationException exception to be thrown.

.NET Framework
Available since 1.1
Return to top
Show: