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, String[])

[To be supplied.]

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

Parameters

hr
[To be supplied.]
args
[To be supplied.]

See Also

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