Example #1
0
 protected override bool IsKnownException(Exception exception)
 {
     return(base.IsKnownException(exception) || RmsUtil.IsKnownException(exception));
 }
Example #2
0
 protected override bool IsKnownException(Exception exception)
 {
     return(base.IsKnownException(exception) || RmsUtil.IsKnownException(exception) || typeof(InvalidRpmsgFormatException).IsInstanceOfType(exception) || typeof(FormatException).IsInstanceOfType(exception));
 }