Click or drag to resize
AggregateExceptionInnerExceptions Property
Wrapped exceptions.

Namespace: Slash.SystemExt.Exceptions
Assembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntax
public ReadOnlyCollection<Exception> InnerExceptions { get; }

Property Value

Type: ReadOnlyCollectionException
See Also