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




This is a specialized version of ConverterException which contains extra information about the context of errors in EDI files.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class EDIConverterException 
   Inherits ConverterException
   Implements EDISegmentDetails 
Visual Basic (Usage)Copy Code
Dim instance As EDIConverterException
C# 
[SerializableAttribute()]
public class EDIConverterException : ConverterException, EDISegmentDetails  
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class EDIConverterException : public ConverterException, EDISegmentDetails  
C++/CLI 
[SerializableAttribute()]
public ref class EDIConverterException : public ConverterException, EDISegmentDetails  

Remarks

When a ConverterException is thrown during the processing of an EDI file, or when a ConverterListener is registered and a ConverterListener.Warning, ConverterListener.Error, or ConverterListener.FatalError is called, in most cases the exception thrown will be an instance of EDIConverterException.

This exception contains many methods to delve into the context of the specific error. Both warnings and errors may be recovered from, although fatal errors always will end the processing.

Inheritance Hierarchy

System.Object
   System.Exception
      DDTek.XmlConverter.ConverterException
         DDTek.XmlConverter.Adapter.Edi.EDIConverterException

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.