HttpServerUtilityBase.GetLastError 方法

定义

当在派生类中重写时,返回最近发生的异常。

public:
 virtual Exception ^ GetLastError();
public virtual Exception GetLastError ();
abstract member GetLastError : unit -> Exception
override this.GetLastError : unit -> Exception
Public Overridable Function GetLastError () As Exception

返回

Exception

最近引发的异常。

例外

适用于