NetMQ.NetMQException.Create C# (CSharp) Method

Create() private method

private Create ( ErrorCode errorCode ) : NetMQException
errorCode ErrorCode
return NetMQException
        public static NetMQException Create(ErrorCode errorCode)
        {
            return Create(null, errorCode);
        }

Same methods

NetMQException::Create ( ErrorCode errorCode, [ innerException ) : NetMQException
NetMQException::Create ( ErrorCode errorCode, [ message, [ innerException ) : NetMQException
NetMQException::Create ( SocketError error, [ innerException = null ) : NetMQException
NetMQException::Create ( [ innerException ) : NetMQException
NetMQException::Create ( [ message, ErrorCode errorCode ) : NetMQException