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

KonstruktorBeschreibung
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:

ParameterTypBeschreibung
innerExceptionsjava.lang.Throwable[]Die inneren Ausnahmen.