public class AggregateException
extends com.aspose.ms.System.Exception
Aggregates multiple exceptions.
Exception,
Serialized Form| Constructor and Description |
|---|
AggregateException(Throwable[] innerExceptions)
Initializes a new instance of the
AggregateException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AggregateException(Throwable[] innerExceptions)
Initializes a new instance of the AggregateException class.
innerExceptions - The inner exceptions.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.