Ejemplo n.º 1
0
 public void OnServerError(ServerErrorScope scope, Exception error)
 {
     Called = true;
 }
Ejemplo n.º 2
0
 public void OnServerError(ServerErrorScope scope, Exception error)
 {
     Console.WriteLine($"ERR - {scope} - {error}");
 }