HttpServerUtilityWrapper.GetLastError 方法
定义
返回最近发生的异常。Returns the most recent exception.
public:
override Exception ^ GetLastError();
public override Exception GetLastError ();
override this.GetLastError : unit -> Exception
Public Overrides Function GetLastError () As Exception
返回
引发的前一个异常。The previous exception that was thrown.