C# 클래스 NetMQ.ErrorPollingException

상속: System.Exception
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

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