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




This exception created if the user application calls Cancel

Syntax

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

Remarks

If the user application calls Cancel then the property ConversionStatus.Exception will contain an instance of this exception.

After the call to Cancel, if the user application attempts to write to or close the data stream associated with an OutputStreamSource, TextWriterSource, or XmlWriterSource, a ConverterCancelledException will be thrown.

After the call to Cancel(), if the user application attempts to read from or close the data stream associated with an InputStreamResult, TextReaderResult, or XmlReaderResult, a ConverterCancelledException will be thrown.

Inheritance Hierarchy

System.Object
   System.Exception
      DDTek.XmlConverter.ConverterException
         DDTek.XmlConverter.ConverterCancelledException

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.