C# 클래스 ReSharper.Exceptional.Analyzers.CatchAllClauseAnalyzer

Analyzes a catch clause and checks if it is not catch-all clause.
상속: AnalyzerBase
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper

공개 메소드들

메소드 설명
Visit ( CatchClauseModel catchClause ) : void

Performs analyze of catchClause.

메소드 상세

Visit() 공개 메소드

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