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

Aggrega più eccezioni.

Costruttori

CostruttoreDescrizione
AggregateException(Throwable[] innerExceptions)Inizializza una nuova istanza della classe AggregateException.

AggregateException(Throwable[] innerExceptions)

public AggregateException(Throwable[] innerExceptions)

Inizializza una nuova istanza della classe AggregateException.

Parameters:

ParametroTipoDescrizione
innerExceptionsjava.lang.Throwable[]Le eccezioni interne.