Click or drag to resize

SegmentErrorContext(String, Int32, String, TypeInfo, String, SegmentErrorCode, String) Constructor

Initializes a new instance of the SegmentErrorContext class.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public SegmentErrorContext(
	string name,
	int position,
	string loopId,
	TypeInfo specType,
	string value,
	SegmentErrorCode errorCode,
	string message = null
)

Parameters

name  String
The EDI segment ID.
position  Int32
The EDI segment position.
loopId  String
The Loop ID.
specType  TypeInfo
The EDI segment type in the EDI rule.
value  String
The EDI segment line.
errorCode  SegmentErrorCode
The error code.
message  String  (Optional)
The message.
See Also