C# Class ReSharper.Exceptional.Analyzers.CatchAllClauseAnalyzer

Analyzes a catch clause and checks if it is not catch-all clause.
Inheritance: AnalyzerBase
显示文件 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Visit ( CatchClauseModel catchClause ) : void

Performs analyze of catchClause.

Method Details

Visit() public method

Performs analyze of catchClause.
public Visit ( CatchClauseModel catchClause ) : void
catchClause CatchClauseModel Catch clause to analyze.
return void