DataDirect XML Converters 5.0 Send comments on this topic.
Exception Property
See Also 
DDTek.XmlConverter Namespace > ConversionStatus Class : Exception Property




The Exception which was thrown if the conversion failed or was cancelled.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Exception As Exception
Visual Basic (Usage)Copy Code
Dim instance As ConversionStatus
Dim value As Exception
 
value = instance.Exception
C# 
public abstract Exception Exception {get;}
Managed Extensions for C++ 
public: __property abstract Exception* get_Exception();
C++/CLI 
public:
abstract property Exception^ Exception {
   Exception^ get();
}

Remarks

If the conversion is still running, or succeeded, this property will be null.

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.