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

Inheritance: ErrorReporter
Afficher le fichier Open project: dotnet/aspnetcore-tooling

Méthodes publiques

Méthode Description
ReportError ( Exception exception ) : void
ReportError ( Exception exception, Project project ) : void
ReportError ( Exception exception, ProjectSnapshot project ) : void

Method Details

ReportError() public méthode

public ReportError ( Exception exception ) : void
exception Exception
Résultat void

ReportError() public méthode

public ReportError ( Exception exception, Project project ) : void
exception Exception
project Project
Résultat void

ReportError() public méthode

public ReportError ( Exception exception, ProjectSnapshot project ) : void
exception Exception
project ProjectSnapshot
Résultat void