C# 클래스 ReSharper.Exceptional.Analyzers.IsThrowingSystemExceptionAnalyzer

Analyzes whether a throw statement throws System.Exception.
상속: AnalyzerBase
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper

공개 메소드들

메소드 설명
Visit ( ThrownExceptionModel thrownException ) : void

Performs analyze of thrownException.

메소드 상세

Visit() 공개 메소드

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