C# Class ReSharper.Exceptional.Analyzers.IsThrowingSystemExceptionAnalyzer

Analyzes whether a throw statement throws System.Exception.
Inheritance: AnalyzerBase
显示文件 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Visit ( ThrownExceptionModel thrownException ) : void

Performs analyze of thrownException.

Method Details

Visit() public method

Performs analyze of thrownException.
public Visit ( ThrownExceptionModel thrownException ) : void
thrownException ReSharper.Exceptional.Models.ThrownExceptionModel /// Thrown exception to analyze. ///
return void