 | SegmentErrorContext(String, Int32, String, TypeInfo, SegmentErrorCode, String) Constructor |
Namespace: EdiFabric.Core.Model.Edi.ErrorContextsAssembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntaxpublic SegmentErrorContext(
string name,
int position,
string loopId,
TypeInfo specType,
SegmentErrorCode errorCode,
string message = null
)
Public Sub New (
name As String,
position As Integer,
loopId As String,
specType As TypeInfo,
errorCode As SegmentErrorCode,
Optional message As String = Nothing
)
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.
- errorCode SegmentErrorCode
- The error code.
- message String (Optional)
- The message.
See Also