Click or drag to resize

ReaderErrorContext Class

The reason for any EDI reader failure.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.Edi.ErrorContextsErrorContext
    EdiFabric.Core.Model.Edi.ErrorContextsReaderErrorContext

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public sealed class ReaderErrorContext : ErrorContext, 
	IEdiItem

The ReaderErrorContext type exposes the following members.

Constructors
 NameDescription
Public methodReaderErrorContext Initializes a new instance of the ReaderErrorContext class.
Top
Properties
 NameDescription
Public propertyException The EDI reader exception.
Public propertyIndex The index in the original stream or in the current interchange.
Public propertyMessageErrorContext The EDI message context if any.
Public propertyReaderErrorCode The EDI reader error code.
Top
See Also