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

Regroupe plusieurs exceptions.

Constructeurs

ConstructeurDescription
AggregateException(Throwable[] innerExceptions)Initialise une nouvelle instance de la classe AggregateException.

AggregateException(Throwable[] innerExceptions)

public AggregateException(Throwable[] innerExceptions)

Initialise une nouvelle instance de la classe AggregateException.

Parameters:

ParamètreTypeDescription
innerExceptionsjava.lang.Throwable[]Les exceptions internes.