DataDirect XML Converters 5.0 Send comments on this topic.
EDIConverterException Class Members
See Also  Properties  Methods 
DDTek.XmlConverter.Adapter.Edi Namespace : EDIConverterException Class


The following tables list the members exposed by EDIConverterException.

Protected Constructors

 NameDescription
Protected ConstructorEDIConverterException Constructor Constructor used when deserializing the exception  
Top

Public Properties

 NameDescription
Public PropertyCodeListVersion The codelist version for the current segment.  
Public PropertyControllingAgency The controlling agency as specified in the EDI header.  
Public PropertyData (Inherited from System.Exception)
Public PropertyDataLine Line number of error, counting line termination sequences instead of segments.  
Public PropertyDialect The major EDI dialect  
Public PropertyElement Element name if appropriate, or null.  
Public PropertyElementPosition Returns the number of the element relative to the segment.  
Public PropertyEndOffset When available, character offset from the start of the segment of the end of the token which is in error.  
Public PropertyErrorCodeOverridden.  Returns an error code which uniquely identifies the exception which occurred.  
Public PropertyHeaderVersion The header version, if it may be different from the payload version.  
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyInvalidCharacter The invalid character which caused this Exception.  
Public PropertyLine Segment number of the segment which had the error.  
Public PropertyMessage (Inherited from System.Exception)
Public PropertyMessageRelease The release of the current message or transaction set.  
Public PropertyMessageVersion The version number of the current message or transaction set.  
Public PropertyNativeErrorCode Error code relative to EDI dialect  
Public PropertyNativeErrorTable Table from which error code for local EDI dialect is drawn.  
Public PropertyOffset When available, character offset from the start of the segment.  
Public PropertyRepetition Returns the repetition number for the element within the segment.  
Public PropertySegment Name of segment containing error, or null.  
Public PropertySegmentNumber Segment number of the segment which had the error.  
Public PropertySeverity Level of severity of exception  
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertySubElementPosition Returns the number of the element relative to the composite element.  
Public PropertySubSubElementPosition Returns the number of the element relative to the composite element nested within another composite.  
Public PropertySyntaxLevel The syntax level number of the current message.  
Public PropertySyntaxRelease The syntax release number of the current message.  
Public PropertySystemVersion If there is a version of the codelists that is in context for the most recently seen header segment.  
Public PropertyTargetSite (Inherited from System.Exception)
Public PropertyTransactionSet Message name/Transaction set number in which the error occurred, or null.  
Public PropertyVersion A string of any versions or releases specified in the EDI file.  
Top

Protected Properties

 NameDescription
Protected PropertyHResult (Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public MethodGetContentDataOverloaded. Get a data value from the segment currently being processed.  
Public MethodGetControlDataOverloaded.  Fetch a specific value from an element of the last-seen control segment of the given name. This data is volatile and does not persist after this exception, so it should be recorded elsewhere if needed.  
Public MethodGetData The value of the element being processed at the time of an error  
Public MethodGetError  
Public MethodGetObjectDataOverridden.  Method used when serializing the exception  
Public MethodGetType (Inherited from System.Exception)
Public MethodsetDataLine  
Public MethodToString (Inherited from System.Exception)
Top

See Also

© 2009 All Rights Reserved.