C# Class NetMQ.Core.ErrorHelper

Class ErrorHelper provides one static method - ToErrorCode, for converting a SocketError to the equivalent ErrorCode.
Afficher le fichier Open project: zeromq/netmq

Méthodes publiques

Méthode Description
ToErrorCode ( this error ) : ErrorCode

Return the ErrorCode that is the closest equivalent to the given SocketError.

Method Details

ToErrorCode() public static méthode

Return the ErrorCode that is the closest equivalent to the given SocketError.
public static ToErrorCode ( this error ) : ErrorCode
error this the SocketError to convert from
Résultat ErrorCode