Click or drag to resize
IdsExceptionInnerExceptions Property
Gets the Inner Exceptions.

Namespace:  Intuit.Ipp.Exception
Assembly:  Intuit.Ipp.Exception (in Intuit.Ipp.Exception.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public ReadOnlyCollection<IdsError> InnerExceptions { get; }

Property Value

Type: ReadOnlyCollectionIdsError
See Also