Click or drag to resize

ReaderErrorContext Constructor

Initializes a new instance of the ReaderErrorContext class.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public ReaderErrorContext(
	Exception exception,
	ReaderErrorCode readerErrorCode,
	int index,
	MessageErrorContext messageErrorContext = null
)

Parameters

exception  Exception
The EDI reader exception.
readerErrorCode  ReaderErrorCode
The EDI reader error code.
index  Int32
The current segment index.
messageErrorContext  MessageErrorContext  (Optional)
The EDI message context if any.
See Also