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 (Int32, String)

XML syntax error exception with line number and message.

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

Parameters

lineNumber
Line number of the XML stream where XML syntax error occurred.
message
[To be supplied.]

Remarks

Line number begins with 1 for first line.

See Also

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