Edit

NetworkException Class

Definition

The exception thrown for general network issues; for example, unreachable service.

[System.Serializable]
public class NetworkException : Exception
[<System.Serializable>]
type NetworkException = class
    inherit Exception
Public Class NetworkException
Inherits Exception
Inheritance
NetworkException
Attributes

Constructors

Name Description
NetworkException(NetworkExceptionCategory, Int32, String)

Constructor for NetworkException

Properties

Name Description
Category

Gets the category of network failure.

ResponseStatusCode

HTTP response status code, 0 if none.

Applies to