C# Класс NetMQ.ErrorPollingException

Наследование: System.Exception
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ErrorPollingException ( [ message, [ socket ) : System

Create a new ErrorPollingException containing the given message and a reference to the given socket.

Описание методов

ErrorPollingException() публичный Метод

Create a new ErrorPollingException containing the given message and a reference to the given socket.
public ErrorPollingException ( [ message, [ socket ) : System
message [ the textual description of what gave rise to this exception, to be exposed as the Message property
socket [ a reference to the socket, to be exposed via the Socket property
Результат System