C# Class NetMQ.AgainException

Inheritance: NetMQException
显示文件 Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
AgainException ( ) : System

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

AgainException ( [ message ) : System

Protected Methods

Method Description
AgainException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

Private Methods

Method Description
AgainException ( [ innerException, [ message ) : System

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

Method Details

AgainException() public method

Create a new AgainException with no message nor inner-exception.
public AgainException ( ) : System
return System

AgainException() protected method

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

AgainException() public method

public AgainException ( [ message ) : System
message [
return System