NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlException Class

Represents an exception that occurred during XML processing.

Object
   Exception
      XmlException

[Visual Basic]
Public Class XmlException
   Inherits Exception
[C#]
public class XmlException : Exception
[C++]
public __gc class XmlException : public Exception
[JScript]
public class XmlException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlException Members | System.Xml Namespace