[Modify] Edit it
This commit is contained in:
parent
0fb482eee2
commit
49422f4fba
@ -193,7 +193,7 @@ ws.OnError += (sender, e) => {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
`e` is passed as a `WebSocketSharp.ErrorEventArgs` instance.
|
A `WebSocketSharp.ErrorEventArgs` instance is passed as `e`.
|
||||||
|
|
||||||
If you would like to get the error message, you should access `e.Message` property.
|
If you would like to get the error message, you should access `e.Message` property.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user