Click or drag to resize

DataElementErrorContext(String, Int32, DataElementErrorCode, Int32, Int32, String, String) Constructor

Initializes a new instance of the DataElementErrorContext class.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public DataElementErrorContext(
	string name,
	int position,
	DataElementErrorCode code,
	int componentPosition,
	int repetitionPosition,
	string value,
	string message = null
)

Parameters

name  String
The EDI data element name.
position  Int32
The EDI data element position.
code  DataElementErrorCode
The error code.
componentPosition  Int32
The component EDI data element position.
repetitionPosition  Int32
The repetition position.
value  String
The EDI data element value.
message  String  (Optional)
The message.
See Also