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!

DOMException Constructor

[To be supplied.]

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

Parameters

hr
[To be supplied.]

See Also

DOMException Class | DOMException Members | System.Data.XML.DOM Namespace