4 references to ERR_CatchNoMatchingTry
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
271
ERRID.
ERR_CatchNoMatchingTry
,
Parser\BlockContexts\BlockContext.vb (1)
510
Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.
ERR_CatchNoMatchingTry
, ERRID.ERR_FinallyNoMatchingTry)))
Parser\BlockContexts\SingleLineElseContext.vb (1)
46
Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.
ERR_CatchNoMatchingTry
, ERRID.ERR_FinallyNoMatchingTry)))
Parser\BlockContexts\SingleLineIfBlockContext.vb (1)
55
Add(Parser.ReportSyntaxError(node, If(node.Kind = SyntaxKind.CatchStatement, ERRID.
ERR_CatchNoMatchingTry
, ERRID.ERR_FinallyNoMatchingTry)))