| MessageErrorContextFlatten Method |
Flattens the error hierarchy.
Iterates through all errors in all contexts and outputs an easy to read error message
for each error or code found.
Namespace: EdiFabric.Core.Model.Edi.ErrorContextsAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public IEnumerable<string> Flatten()
Public Function Flatten As IEnumerable(Of String)
Return Value
IEnumerableString
A collection of formatted error messages.
See Also