HttpServerUtilityWrapper.GetLastError Method

Definition

Returns the most recent exception.

public:
 override Exception ^ GetLastError();
public override Exception GetLastError ();
override this.GetLastError : unit -> Exception
Public Overrides Function GetLastError () As Exception

Returns

The previous exception that was thrown.

Applies to