Skip to main content

Class NetworkException

Represents a general network exception.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class NetworkException : Exception, ISerializable

Inheritance: System.Object -> System.Exception

Derived:
Meadow.NetworkAuthenticationException

Implements:
System.Runtime.Serialization.ISerializable

Properties

StatusCode

Gets the status code associated with the network exception.

View Source
Declaration
public int StatusCode { get; }

Implements

  • System.Runtime.Serialization.ISerializable