C# Class ReSharper.Exceptional.Analyzers.IsThrownExceptionDocumentedAnalyzer

Analyzes throw statements and checks that exceptions thrown outside are documented.
Inheritance: AnalyzerBase
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode Description
Visit ( ThrownExceptionModel thrownException ) : void

Performs analyze of thrownException.

Private Methods

Méthode Description
IsSubtypeDocumented ( ThrownExceptionModel thrownException ) : bool
IsThrownExceptionSubclassOfOptionalException ( ThrownExceptionModel thrownExceptionModel ) : bool
IsThrownExceptionThrownFromExcludedMethod ( ThrownExceptionModel thrownException ) : bool

Method Details

Visit() public méthode

Performs analyze of thrownException.
public Visit ( ThrownExceptionModel thrownException ) : void
thrownException ReSharper.Exceptional.Models.ThrownExceptionModel Thrown exception to analyze.
Résultat void