C# Class ReSharper.Exceptional.Analyzers.IsThrowingSystemExceptionAnalyzer

Analyzes whether a throw statement throws System.Exception.
Inheritance: AnalyzerBase
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode Description
Visit ( ThrownExceptionModel thrownException ) : void

Performs analyze of thrownException.

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