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!

WebException Class

Provides network communication exceptions to the application.

Object
   Exception
      WebException

[Visual Basic]
Public Class WebException
   Inherits Exception
[C#]
public class WebException : Exception
[C++]
public __gc class WebException : public Exception
[JScript]
public class WebException extends Exception

Remarks

The WebException class

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

WebException Members | System.Net Namespace