XmlSyntaxException Constructor ()

 

Initializes a new instance of the XmlSyntaxException class with default properties.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
XmlSyntaxException()

The following table shows the initial property values for an instance of XmlSyntaxException.

Property

Value

InnerException

null.

Message

"Invalid syntax."

.NET Framework
Available since 1.1
Return to top
Show: