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

Samlar flera undantag.

Konstruktörer

KonstruktorBeskrivning
AggregateException(Throwable[] innerExceptions)Initierar en ny instans av klassen AggregateException.

AggregateException(Throwable[] innerExceptions)

public AggregateException(Throwable[] innerExceptions)

Initierar en ny instans av klassen AggregateException.

Parameters:

ParameterTypBeskrivning
innerExceptionsjava.lang.Throwable[]De inre undantagen.