Class SocketError

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.Sockets.SocketError
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • OperationAborted

        public static SocketError OperationAborted
      • InvalidArgument

        public static SocketError InvalidArgument
      • TooManyOpenSockets

        public static SocketError TooManyOpenSockets
      • AlreadyInProgress

        public static SocketError AlreadyInProgress
      • DestinationAddressRequired

        public static SocketError DestinationAddressRequired
      • ProtocolOption

        public static SocketError ProtocolOption
      • ProtocolNotSupported

        public static SocketError ProtocolNotSupported
      • SocketNotSupported

        public static SocketError SocketNotSupported
      • OperationNotSupported

        public static SocketError OperationNotSupported
      • ProtocolFamilyNotSupported

        public static SocketError ProtocolFamilyNotSupported
      • AddressFamilyNotSupported

        public static SocketError AddressFamilyNotSupported
      • AddressAlreadyInUse

        public static SocketError AddressAlreadyInUse
      • AddressNotAvailable

        public static SocketError AddressNotAvailable
      • NetworkUnreachable

        public static SocketError NetworkUnreachable
      • ConnectionAborted

        public static SocketError ConnectionAborted
      • ConnectionReset

        public static SocketError ConnectionReset
      • NoBufferSpaceAvailable

        public static SocketError NoBufferSpaceAvailable
      • ConnectionRefused

        public static SocketError ConnectionRefused
      • HostUnreachable

        public static SocketError HostUnreachable
      • SystemNotReady

        public static SocketError SystemNotReady
      • VersionNotSupported

        public static SocketError VersionNotSupported
      • NotInitialized

        public static SocketError NotInitialized
      • Disconnecting

        public static SocketError Disconnecting
    • Constructor Detail

      • SocketError

        public SocketError​(java.lang.Object instance)
        Internal constructor. Use with caution
      • SocketError

        public SocketError()