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
Birden fazla istisna toplar.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| AggregateException(Throwable[] innerExceptions) | Yeni bir AggregateException sınıfı örneği başlatır. |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
Yeni bir AggregateException sınıfı örneği başlatır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | İç istisnalar. |