Hello! Help, I fight with the exception, I don’t know what to do, there’s nothing in the documentation.

Climbs: Check the ErrorCode property of the exception.

On the line:

skype.SendMessage(msg.Sender.Handle, SkypeCommandHandler(msg.Body.Replace("!", ""))); 

I work with skype api, trying to send a message via Skype, what did I do wrong?

    1 answer 1

    Look in the debugger for the type of the exception that is raised, intercept an instance of this exception and output its ErrorCode property. Then google the value of this ErrorCode .

    • I have no COMException at all - johniek_comp