 | AggregateExceptionInnerExceptions Property |
Wrapped exceptions.
Namespace: Slash.SystemExt.ExceptionsAssembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntaxpublic ReadOnlyCollection<Exception> InnerExceptions { get; }
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception)
Get
public:
property ReadOnlyCollection<Exception^>^ InnerExceptions {
ReadOnlyCollection<Exception^>^ get ();
}
member InnerExceptions : ReadOnlyCollection<Exception> with get
Property Value
Type:
ReadOnlyCollectionException
See Also