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
Aggregiert mehrere Ausnahmen.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| AggregateException(Throwable[] innerExceptions) | Initialisiert eine neue Instanz der Klasse AggregateException. |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
Initialisiert eine neue Instanz der Klasse AggregateException.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | Die inneren Ausnahmen. |