C# Class NetMQ.NetMQException

Inheritance: System.Exception
Show file Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
NetMQException ( ) : System
NetMQException ( string message ) : System
NetMQException ( string message, Exception innerException ) : System

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

NetMQException() public method

public NetMQException ( ) : System
return System

NetMQException() protected method

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

NetMQException() protected method

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
return System

NetMQException() public method

public NetMQException ( string message ) : System
message string
return System

NetMQException() public method

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