HttpServerUtility::GetLastError Method ()

 

Returns the previous exception.

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

public:
Exception^ GetLastError()

Return Value

Type: System::Exception^

The previous exception that was thrown.

The following example prints a description of the application's last error to the HTTP output stream. It prints "No Errors" if no errors have been encountered.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: