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!

XMLSyntaxException Class

Exception denotes syntax error in XML parsing.

Object
   Exception
      SystemException
         XMLSyntaxException

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Security

Assembly: mscorlib.dll

See Also

XMLSyntaxException Members | System.Security Namespace