[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 );
XmlException Class | XmlException Members | System.Data.XML Namespace | XmlException Constructor Overload List