AggregateException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class AggregateException extends System.Exception

Agrupa múltiples excepciones.

Constructores

ConstructorDescripción
AggregateException(Throwable[] innerExceptions)Inicializa una nueva instancia de la clase AggregateException.

AggregateException(Throwable[] innerExceptions)

public AggregateException(Throwable[] innerExceptions)

Inicializa una nueva instancia de la clase AggregateException.

Parameters:

ParámetroTipoDescripción
innerExceptionsjava.lang.Throwable[]Las excepciones internas.