C# 클래스 NetMQ.NetMQException

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

공개 메소드들

메소드 설명
NetMQException ( ) : System
NetMQException ( string message ) : System
NetMQException ( string message, Exception innerException ) : System

보호된 메소드들

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

Constructor for serialisation.

NetMQException ( [ innerException, [ message, ErrorCode errorCode ) : System

Create a new NetMQException containing the given Exception, Message and ErrorCode.

비공개 메소드들

메소드 설명
Create ( ErrorCode errorCode ) : NetMQException
Create ( ErrorCode errorCode, [ innerException ) : NetMQException
Create ( ErrorCode errorCode, [ message, [ innerException ) : NetMQException
Create ( SocketError error, [ innerException = null ) : NetMQException
Create ( [ innerException ) : NetMQException
Create ( [ message, ErrorCode errorCode ) : NetMQException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

NetMQException() 공개 메소드

public NetMQException ( ) : System
리턴 System

NetMQException() 보호된 메소드

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

NetMQException() 보호된 메소드

Create a new NetMQException containing the given Exception, Message and ErrorCode.
protected NetMQException ( [ innerException, [ message, ErrorCode errorCode ) : System
innerException [ an Exception that this exception will expose via it's InnerException property
message [ the textual description of what gave rise to this exception, to expose via the Message property
errorCode ErrorCode an ErrorCode that this exception will expose via its ErrorCode property
리턴 System

NetMQException() 공개 메소드

public NetMQException ( string message ) : System
message string
리턴 System

NetMQException() 공개 메소드

public NetMQException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System