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

반품

throw된 가장 최근의 예외입니다.

예외

적용 대상