C# Class DynamicData.Zmq.Cache.UnreachableBrokerException

Inheritance: Exception
Show file Open project: thomasraynal/DynamicData.Zmq

Public Methods

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

Protected Methods

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

Method Details

UnreachableBrokerException() public method

public UnreachableBrokerException ( ) : System
return System

UnreachableBrokerException() protected method

protected UnreachableBrokerException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

UnreachableBrokerException() public method

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

UnreachableBrokerException() public method

public UnreachableBrokerException ( string message, Exception innerException ) : System
message string
innerException Exception
return System