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
| Costruttore | Descrizione |
|---|---|
| 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | Le eccezioni interne. |