AggregateException.GetBaseException 메서드

정의

이 예외의 근본 원인인 AggregateException을 반환합니다.

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

반환

Exception

이 예외의 근본 원인인 AggregateException입니다.

적용 대상