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)

[To be supplied.]

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

Parameters

lineNumber
[To be supplied.]

See Also

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