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 Constructor (String)

Basic XML syntax error with simple message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public XMLSyntaxException(
   string message
);
[C++]
public: XMLSyntaxException(
   String* message
);
[JScript]
public function XMLSyntaxException(
   message : String
);

Parameters

message
Descriptive message detailing the XML syntax error encountered.

See Also

XMLSyntaxException Class | XMLSyntaxException Members | System.Security Namespace | XMLSyntaxException Constructor Overload List