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

Aggregates multiple exceptions.

Constructors

ConstructorDescription
AggregateException(Throwable[] innerExceptions)Initializes a new instance of the AggregateException class.

AggregateException(Throwable[] innerExceptions)

public AggregateException(Throwable[] innerExceptions)

Initializes a new instance of the AggregateException class.

Parameters:

ParameterTypeDescription
innerExceptionsjava.lang.Throwable[]The inner exceptions.