InnerExceptions¶
-
System.Collections.Generic.IReadOnlyCollection<PmpException> PmpException.InnerExceptions { get; }¶
Gets the exceptions that caused this exception.
- Value
IReadOnlyCollection<PmpException> – Collection of exceptions that causes this exception.