C# 클래스 ReSharper.Exceptional.Models.ThrownExceptionModel

상속: ModelBase
파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckAccessorOverride void
GetXmlDocId string
IsExceptionDocumentedInternal bool
IsParentAnonymousMethodExpression bool

공개 메소드들

메소드 설명
Accept ( AnalyzerBase analyzer ) : void

Runs the analyzer against all defined elements.

IsException ( ExceptionDocCommentModel exceptionDocumentation ) : bool

Checks whether the thrown exception is the same as exceptionDocumentation.

IsException ( IDeclaredType exceptionType ) : bool
IsExceptionOrSubtype ( ExceptionDocCommentModel exceptionDocumentation ) : bool
ThrownExceptionModel ( IAnalyzeUnit analyzeUnit, IExceptionsOriginModel exceptionsOrigin, IDeclaredType exceptionType, string exceptionDescription, bool isEventInvocationException, string exceptionAccessor ) : System

비공개 메소드들

메소드 설명
CheckAccessorOverride ( IExceptionsOriginModel exceptionsOrigin, IDeclaredType exceptionType ) : void
GetXmlDocId ( ITreeNode node ) : string
IsExceptionDocumentedInternal ( bool>.Func check ) : bool
IsParentAnonymousMethodExpression ( ITreeNode parent ) : bool

메소드 상세

Accept() 공개 메소드

Runs the analyzer against all defined elements.
public Accept ( AnalyzerBase analyzer ) : void
analyzer ReSharper.Exceptional.Analyzers.AnalyzerBase The analyzer.
리턴 void

IsException() 공개 메소드

Checks whether the thrown exception is the same as exceptionDocumentation.
public IsException ( ExceptionDocCommentModel exceptionDocumentation ) : bool
exceptionDocumentation ExceptionDocCommentModel
리턴 bool

IsException() 공개 메소드

public IsException ( IDeclaredType exceptionType ) : bool
exceptionType IDeclaredType
리턴 bool

IsExceptionOrSubtype() 공개 메소드

public IsExceptionOrSubtype ( ExceptionDocCommentModel exceptionDocumentation ) : bool
exceptionDocumentation ExceptionDocCommentModel
리턴 bool

ThrownExceptionModel() 공개 메소드

public ThrownExceptionModel ( IAnalyzeUnit analyzeUnit, IExceptionsOriginModel exceptionsOrigin, IDeclaredType exceptionType, string exceptionDescription, bool isEventInvocationException, string exceptionAccessor ) : System
analyzeUnit IAnalyzeUnit
exceptionsOrigin IExceptionsOriginModel
exceptionType IDeclaredType
exceptionDescription string
isEventInvocationException bool
exceptionAccessor string
리턴 System