HttpParseException::FileName Property
.NET Framework (current version)
Gets the name of the file being parsed when the error occurs.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The physical path to the source file that is being parsed when the error occurs; otherwise, null, if the physical path is null.
The FileName property returns the physical path to the source file that has the error unless the physical path is null, in which case it returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: