C# Class NetMQ.HostUnreachableException

Inheritance: NetMQException
ファイルを表示 Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
HostUnreachableException ( ) : System

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

Protected Methods

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

Constructor for serialisation.

Private Methods

Method Description
HostUnreachableException ( [ message ) : System

Create a new HostUnreachableException with the given message.

HostUnreachableException ( [ innerException, [ message ) : System

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

Method Details

HostUnreachableException() public method

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

HostUnreachableException() protected method

Constructor for serialisation.
protected HostUnreachableException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System