메소드 | 설명 | |
---|---|---|
NetMQException ( ) : System | ||
NetMQException ( string message ) : System | ||
NetMQException ( string message, |
메소드 | 설명 | |
---|---|---|
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 ) : |
||
Create ( ErrorCode errorCode, [ innerException ) : |
||
Create ( ErrorCode errorCode, [ message, [ innerException ) : |
||
Create ( SocketError error, [ innerException = null ) : |
||
Create ( [ innerException ) : |
||
Create ( [ message, ErrorCode errorCode ) : |
||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
protected NetMQException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | System |
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 |
public NetMQException ( string message, |
||
message | string | |
innerException | ||
리턴 | System |