C# Class ZeroMQ.Sockets.ZmqErrorProvider

Datei anzeigen Open project: jgoz/netzmq Class Usage Examples

Public Methods

Method Description
GetErrorCode ( ) : ErrorCode
GetLastError ( ) : ZmqLibException
GetLastSocketError ( ) : ZmqSocketException
ZmqErrorProvider ( IErrorProviderProxy proxy ) : ZeroMQ.Proxy

Method Details

GetErrorCode() public method

public GetErrorCode ( ) : ErrorCode
return ErrorCode

GetLastError() public method

public GetLastError ( ) : ZmqLibException
return ZmqLibException

GetLastSocketError() public method

public GetLastSocketError ( ) : ZmqSocketException
return ZmqSocketException

ZmqErrorProvider() public method

public ZmqErrorProvider ( IErrorProviderProxy proxy ) : ZeroMQ.Proxy
proxy IErrorProviderProxy
return ZeroMQ.Proxy