DataDirect XML Converters 5.0 Send comments on this topic.
FatalError Method
See Also 
DDTek.XmlConverter Namespace > ConverterListener Interface : FatalError Method




exception
The fatal error information encapsulated in a ConverterException. The actual class may be a subclass of ConverterException, such as EDIConverterException, and as such it may contain more specific information about the error.
Receive notification of a non-recoverable error.

Syntax

Visual Basic (Declaration) 
Sub FatalError( _
   ByVal exception As ConverterException _
) 
Visual Basic (Usage)Copy Code
Dim instance As ConverterListener
Dim exception As ConverterException
 
instance.FatalError(exception)
C# 
void FatalError( 
   ConverterException exception
)
Managed Extensions for C++ 
void FatalError( 
   ConverterException* exception
) 
C++/CLI 
void FatalError( 
   ConverterException^ exception
) 

Parameters

exception
The fatal error information encapsulated in a ConverterException. The actual class may be a subclass of ConverterException, such as EDIConverterException, and as such it may contain more specific information about the error.

Remarks

No exceptions will be thrown after this notification is seen.

The caller should assume that the resultant document is unusable if this method is called.

Examples of errors that qualify as fatal errors are encodings that are not recognized, EDI dialects that are unknown or that are missing the header so that the version information cannot be extracted, or improperly nested groups.

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.