C# 클래스 NetMQ.AgainException

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

공개 메소드들

메소드 설명
AgainException ( ) : System

Create a new AgainException with no message nor inner-exception.

AgainException ( [ message ) : System

보호된 메소드들

메소드 설명
AgainException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

비공개 메소드들

메소드 설명
AgainException ( [ innerException, [ message ) : System

Create a new AgainException with a given inner-exception and message.

메소드 상세

AgainException() 공개 메소드

Create a new AgainException with no message nor inner-exception.
public AgainException ( ) : System
리턴 System

AgainException() 보호된 메소드

Constructor for serialisation.
protected AgainException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

AgainException() 공개 메소드

public AgainException ( [ message ) : System
message [
리턴 System