|
SegmentErrorContext Constructor (String, Int32, TypeInfo, String, SegmentErrorCode, String)
|
Namespace:
EdiFabric.Core.Model.Edi.ErrorContexts
Assembly:
EdiFabric.Core (in EdiFabric.Core.dll) Version: 1.0.0.0 (9.7.8.0)
Syntaxpublic SegmentErrorContext(
string name,
int position,
TypeInfo specType,
string value,
SegmentErrorCode errorCode,
string message = null
)
Public Sub New (
name As String,
position As Integer,
specType As TypeInfo,
value As String,
errorCode As SegmentErrorCode,
Optional message As String = Nothing
)
Parameters
- name
- Type: SystemString
The EDI segment ID. - position
- Type: SystemInt32
The EDI segment position. - specType
- Type: System.ReflectionTypeInfo
The EDI segment type in the EDI rule. - value
- Type: SystemString
The EDI segment line. - errorCode
- Type: EdiFabric.Core.ErrorCodesSegmentErrorCode
The error code. - message (Optional)
- Type: SystemString
The message.
See Also