 | DataElementErrorContext(String, Int32, DataElementErrorCode, Int32, Int32, String, String) Constructor |
Namespace: EdiFabric.Core.Model.Edi.ErrorContextsAssembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntaxpublic DataElementErrorContext(
string name,
int position,
DataElementErrorCode code,
int componentPosition,
int repetitionPosition,
string value,
string message = null
)
Public Sub New (
name As String,
position As Integer,
code As DataElementErrorCode,
componentPosition As Integer,
repetitionPosition As Integer,
value As String,
Optional message As String = Nothing
)
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