|
MessageErrorContext Constructor (String, String, String, String, String)
|
Namespace:
EdiFabric.Core.Model.Edi.ErrorContexts
Assembly:
EdiFabric.Core (in EdiFabric.Core.dll) Version: 9.8.7.5 (9.8.7.5)
Syntaxpublic MessageErrorContext(
string name,
string controlNumber,
string edition,
string release,
string message
)
Public Sub New (
name As String,
controlNumber As String,
edition As String,
release As String,
message As String
)
Parameters
- name
- Type: SystemString
The EDI message name (or tag). - controlNumber
- Type: SystemString
The EDI message control number. - edition
- Type: SystemString
The EDI message edition. - release
- Type: SystemString
The EDI message release. - message
- Type: SystemString
The error message.
See Also