HttpParseException.FileName Property
.NET Framework 3.0
Gets the name of the file being parsed when the error occurs.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_FileName ()
public function get FileName () : String
Not applicable.
Property Value
The physical path to the source file that is being parsed when the error occurs; otherwise, a null reference (Nothing in Visual Basic), if the physical path is a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: