Click or drag to resize
SocketException Class

[Missing <summary> documentation for "T:Eclo.NETMF.SIM800H.SocketException"]

Inheritance Hierarchy
SystemObject
  SystemException
    Eclo.NETMF.SIM800HSocketException

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
[SerializableAttribute]
public class SocketException : Exception

The SocketException type exposes the following members.

Constructors
  NameDescription
Public methodSocketException
Initializes a new instance of the SocketException class
Top
Properties
  NameDescription
Public propertyErrorCode
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Remarks
Implementation follows .NETMF System.Net.Sockets.SocketException
See Also