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




This exception indicates the user application has tried to use an XmlWriter after it was closed.

Syntax

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

Remarks

If an application uses an XmlWriterSource to provide data to a Converter, the Convert method will return an XmlWriter to the application. If the application attempts to access any method of that XmlWriter after it has been closed, then this exception will be thrown.

Inheritance Hierarchy

System.Object
   System.Exception
      DDTek.XmlConverter.ConverterException
         DDTek.XmlConverter.ClosedXmlWriterException

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.