HttpServerUtilityBase::GetLastError Method ()

 

When overridden in a derived class, returns the most recent exception.

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

public:
virtual Exception^ GetLastError()

Return Value

Type: System::Exception^

The most recent exception that was thrown.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: