Exemple #1
0
 public override void VisitThrowStatement(ThrowStatementSyntax node)
 {
     base.VisitThrowStatement(node);
     _context.ReportUnsupportedSyntaxWarning(node,
                                             $"Throwing and catching exceptions is not fully supported yet. The code might produce unexpected results '{node.ToFullStringTrimmed()}'");
 }