Send an error result code and message to the client in response to a command.
Send an error result code and message to the client in response to a command.
public bool SendError(int);
Send an error result code and message to the client in response to a command.
public bool SendError(int,int);
Send an error result code and message to the client in response to a command.
public bool SendError(int,int,string);
Send an error result code and message to the client in response to a command.
public bool SendError(int,string);