AggregateException.GetBaseException Methode

Definition

Gibt die AggregateException zurück, die diese Ausnahme verursacht hat.

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

Gibt zurück

Exception

Die AggregateException, die diese Ausnahme verursacht hat.

Gilt für