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

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

예외

적용 대상