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

[To be supplied.]

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

Parameters

hr
[To be supplied.]
arg
[To be supplied.]
nLine
[To be supplied.]
nPos
[To be supplied.]

See Also

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