C# 클래스 NetMQ.EndpointNotFoundException

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

공개 메소드들

메소드 설명
EndpointNotFoundException ( ) : System

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

EndpointNotFoundException ( [ message ) : System

Create a new EndpointNotFoundException with a given message.

EndpointNotFoundException ( [ innerException, [ message ) : System

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

보호된 메소드들

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

Constructor for serialisation.

메소드 상세

EndpointNotFoundException() 공개 메소드

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

EndpointNotFoundException() 보호된 메소드

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

EndpointNotFoundException() 공개 메소드

Create a new EndpointNotFoundException with a given message.
public EndpointNotFoundException ( [ message ) : System
message [ the textual description of what gave rise to this exception, to expose via the Message property
리턴 System

EndpointNotFoundException() 공개 메소드

Create a new EndpointNotFoundException with a given inner-exception and message.
public EndpointNotFoundException ( [ innerException, [ message ) : System
innerException [ an Exception for this new exception to contain and expose via its InnerException property
message [ the textual description of what gave rise to this exception, to expose via the Message property
리턴 System