EVENT Error ( ) |
This event will raise if some failed in listening process. Status property will take a value less than zero, than can guide you to know the reason of fail:
Constant | Value |
---|---|
ServerSocket.CannotCreateSocket | -2 |
ServerSocket.CannotBindSocket | -10 |
ServerSocket.CannotListen | -14 |