This documentation is archived and is not being maintained.
HttpParseException.FileName Property
.NET Framework 1.1
Gets the name of the file being parsed when the error occurs.
[Visual Basic] Public ReadOnly Property FileName As String [C#] public string FileName {get;} [C++] public: __property String* get_FileName(); [JScript] public function get FileName() : String;
Property Value
The name of the source file being parsed when the error occurs.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpParseException Class | HttpParseException Members | System.Web Namespace
Show: