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




This exception indicates the user application has called a method which is not supported by DataDirect XML Converters.

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      DDTek.XmlConverter.ConverterException
         DDTek.XmlConverter.UnsupportedException

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.