C# 클래스 NetMQ.InvalidException

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

공개 메소드들

메소드 설명
InvalidException ( ) : System

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

보호된 메소드들

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

Constructor for serialisation.

비공개 메소드들

메소드 설명
InvalidException ( [ message ) : System

Create a new InvalidException with the given message.

InvalidException ( [ innerException, [ message ) : System

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

메소드 상세

InvalidException() 공개 메소드

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

InvalidException() 보호된 메소드

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