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!

XmlException Constructor (Int32)

[To be supplied.]

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

Parameters

hr
[To be supplied.]

See Also

XmlException Class | XmlException Members | System.Data.XML Namespace | XmlException Constructor Overload List