C# 클래스 Microsoft.VisualStudio.Mac.LanguageServices.Razor.VisualStudioErrorReporter

상속: ErrorReporter
파일 보기 프로젝트 열기: dotnet/aspnetcore-tooling

공개 메소드들

메소드 설명
ReportError ( Exception exception ) : void
ReportError ( Exception exception, Project project ) : void
ReportError ( Exception exception, ProjectSnapshot project ) : void

메소드 상세

ReportError() 공개 메소드

public ReportError ( Exception exception ) : void
exception Exception
리턴 void

ReportError() 공개 메소드

public ReportError ( Exception exception, Project project ) : void
exception Exception
project Project
리턴 void

ReportError() 공개 메소드

public ReportError ( Exception exception, ProjectSnapshot project ) : void
exception Exception
project ProjectSnapshot
리턴 void