AggregateException.GetBaseException Método

Definición

Devuelve la excepción AggregateException que es la causa principal de esta excepción.

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

Devoluciones

Exception

AggregateException que constituye la causa raíz de esta excepción.

Se aplica a