Example #1
0
 public Exception subscribeFail <T>(SubscribeOptions <T> ops, string reason) where T : IRosMessage, new()
 {
     return(new Exception("Subscribing to topic [" + ops.topic + "] " + reason));
 }