Click or drag to resize

MessageErrorContext(String, String, String, String, String, MessageErrorCode) Constructor

Initializes a new instance of the MessageErrorContext class.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public MessageErrorContext(
	string name,
	string controlNumber,
	string edition,
	string release,
	string message,
	MessageErrorCode errorCode
)

Parameters

name  String
The EDI message name (or tag).
controlNumber  String
The EDI message control number.
edition  String
The EDI message edition.
release  String
The EDI message release.
message  String
The error message.
errorCode  MessageErrorCode
The syntax error code.
See Also