HttpParseException::VirtualPath Property

 

Gets the virtual path to source file that generated the error.

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

public:
property String^ VirtualPath {
	String^ get();
}

Property Value

Type: System::String^

The virtual path to the source file that generated the error.

.NET Framework
Available since 2.0
Return to top
Show: