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, Exception)

XML syntax error raised with an inner exception.

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

Parameters

message
Descriptive message detailing the XML syntax error encountered.
inner
[To be supplied.]

See Also

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