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

Analyzes an exception documentation and checks if it is thrown from the documented element.
상속: AnalyzerBase
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper

공개 메소드들

메소드 설명
Visit ( ExceptionDocCommentModel exceptionDocumentation ) : void

Performs analyze of exceptionDocumentation.

비공개 메소드들

메소드 설명
IsAbstractOrInterfaceMethod ( ExceptionDocCommentModel exceptionDocumentation ) : bool
IsDocumentedExceptionOrSubtypeThrown ( ExceptionDocCommentModel exceptionDocumentation ) : bool
IsDocumentedExceptionThrown ( ExceptionDocCommentModel exceptionDocumentation ) : bool
ThrowsExceptionOrSubtype ( ExceptionDocCommentModel exceptionDocumentation, ThrownExceptionModel thrownException ) : bool

메소드 상세

Visit() 공개 메소드

Performs analyze of exceptionDocumentation.
public Visit ( ExceptionDocCommentModel exceptionDocumentation ) : void
exceptionDocumentation ReSharper.Exceptional.Models.ExceptionDocCommentModel Exception documentation to analyze.
리턴 void