C# Class Microsoft.VisualStudio.Mac.LanguageServices.Razor.VisualStudioErrorReporter

Inheritance: ErrorReporter
显示文件 Open project: dotnet/aspnetcore-tooling

Public Methods

Method Description
ReportError ( Exception exception ) : void
ReportError ( Exception exception, Project project ) : void
ReportError ( Exception exception, ProjectSnapshot project ) : void

Method Details

ReportError() public method

public ReportError ( Exception exception ) : void
exception Exception
return void

ReportError() public method

public ReportError ( Exception exception, Project project ) : void
exception Exception
project Project
return void

ReportError() public method

public ReportError ( Exception exception, ProjectSnapshot project ) : void
exception Exception
project ProjectSnapshot
return void