Commit 698a472
committed
Wrapped
The `OnInvoke(parameters)` method call in the `CommandBridge` namespace in `CommandBase.cs` file has been wrapped in a try-catch block to handle any exceptions that might occur during its execution. If an exception is thrown, it is caught and the exception message is printed to the console.OnInvoke in try-catch block1 parent 5810751 commit 698a472
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
| |||
0 commit comments