how to catch exception of ssh_options_set function

前端 未结 0 1673
不思量自难忘°
不思量自难忘° 2021-02-15 04:39

I have this function which can handle a connection to ssh.

connectSession()
{
    std::string _ErrMsg;
    MyException errMsg;
    int port = 22;
    try
    {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题