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