C# Class ReSharper.Exceptional.Analyzers.HasInnerExceptionFromOuterCatchClauseAnalyzer

Analyzes throw statements and checks if the contain inner exception when thrown from inside a catch clause.
Inheritance: AnalyzerBase
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode Description
Visit ( ThrowStatementModel throwStatement ) : void

Performs analyze of throw throwStatement.

Private Methods

Méthode Description
RequiresInnerExceptionPassing ( ThrowStatementModel throwStatementModel ) : bool

Method Details

Visit() public méthode

Performs analyze of throw throwStatement.
public Visit ( ThrowStatementModel throwStatement ) : void
throwStatement ThrowStatementModel Throw statement model to analyze.
Résultat void