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

Analyzes throw statements and checks if the contain inner exception when thrown from inside a catch clause.
상속: AnalyzerBase
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper

공개 메소드들

메소드 설명
Visit ( ThrowStatementModel throwStatement ) : void

Performs analyze of throw throwStatement.

비공개 메소드들

메소드 설명
RequiresInnerExceptionPassing ( ThrowStatementModel throwStatementModel ) : bool

메소드 상세

Visit() 공개 메소드

Performs analyze of throw throwStatement.
public Visit ( ThrowStatementModel throwStatement ) : void
throwStatement ThrowStatementModel Throw statement model to analyze.
리턴 void