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




This exception is thrown if the license file could not be found.

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      DDTek.XmlConverter.ConverterException
         DDTek.XmlConverter.ConverterLicenseException
            DDTek.XmlConverter.ConverterLicenseNotFoundException

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.