ZmqException if $(ZMQ) reports an error.
        $(STDREF conv,ConvOverflowException) if a given Duration is
            longer than the number of milliseconds that will fit in an int
            (only applies to properties of $(COREF time,Duration) _type).
        $(COREF exception,RangeError) if the dest buffers passed to
            getCurveXxxKey() or getCurveXxxKeyZ85() are less than
            32 or 41 bytes long, respectively.
$(ZMQREF zmq_getsockopt()) and $(ZMQREF zmq_setsockopt()).
$(ANCHOR Socket.misc_options) Miscellaneous socket options.
Each of these corresponds to an option passed to $(ZMQREF zmq_getsockopt()) and $(ZMQREF zmq_setsockopt()). For example, identity corresponds to ZMQ_IDENTITY, receiveBufferSize corresponds to ZMQ_RCVBUF, etc.
Notes: