Click or drag to resize

MessageErrorContextAddRange(IEnumerableMessageErrorCode) Method

Merges error codes into the error codes collection.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public void AddRange(
	IEnumerable<MessageErrorCode> errorCodes
)

Parameters

errorCodes  IEnumerableMessageErrorCode
The error codes to merge.
See Also