C# (CSharp) ReSharper.Exceptional.Analyzers Namespace

Classes

Name Description
AnalyzerBase A base class for all analyzers.
CatchAllClauseAnalyzer Analyzes a catch clause and checks if it is not catch-all clause.
HasInnerExceptionFromOuterCatchClauseAnalyzer Analyzes throw statements and checks if the contain inner exception when thrown from inside a catch clause.
IsDocumentedExceptionThrownAnalyzer Analyzes an exception documentation and checks if it is thrown from the documented element.
IsThrowingSystemExceptionAnalyzer Analyzes whether a throw statement throws System.Exception.
IsThrownExceptionDocumentedAnalyzer Analyzes throw statements and checks that exceptions thrown outside are documented.