XmlException, classe (System.Xml)

Changer de vue:
ScriptFree
Bibliothèque de classes .NET Framework
XmlException, classe

Retourne des informations détaillées sur la dernière exception.

Espace de noms : System.Xml
Assembly : System.Xml (dans system.xml.dll)

Syntaxe

Visual Basic (Déclaration)
<SerializableAttribute> _
Public Class XmlException
	Inherits SystemException
Visual Basic (Utilisation)
Dim instance As XmlException

C#
[SerializableAttribute] 
public class XmlException : SystemException
C++
[SerializableAttribute] 
public ref class XmlException : public SystemException
J#
/** @attribute SerializableAttribute() */ 
public class XmlException extends SystemException
JScript
SerializableAttribute 
public class XmlException extends SystemException
Hiérarchie d'héritage

System.Object
   System.Exception
     System.SystemException
      System.Xml.XmlException
Sécurité des threads

Les membres statiques publics (Shared en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Plates-formes

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile pour Pocket PC, Windows Mobile pour Smartphone, Windows Server 2003, Windows XP Édition Media Center, Windows XP Professionnel Édition x64, Windows XP SP2, Windows XP Starter Edition

Le .NET Framework ne prend pas en charge toutes les versions de chaque plate-forme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise.

Informations de version

.NET Framework

Prise en charge dans : 2.0, 1.1, 1.0

.NET Compact Framework

Prise en charge dans : 2.0, 1.0
Voir aussi