PeerStatusCallback and Exception

Options
pianka
edited November 2010 in DotNet
Hello, I'm receiving a StatusCode in PeerStatusCallback with the value Exception (1026). How do I view the information about this exception?

Comments

  • Tobias
    Options
    The StatusCode.Exception (value 1026) is thrown only for errors while receiving or sending.

    The exception message is currently only provided as debug message. Set peer.debugOut >= DebugLevel.ERROR and check the DebugReturn() messages you get through this interface method.