View Source
Class ModelsGenerationError
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ModelsGenerationError
Constructors
View Source
ModelsGenerationError(IOptionsMonitor<ModelsBuilderSettings>, IHostingEnvironment)
Declaration
public ModelsGenerationError(IOptionsMonitor<ModelsBuilderSettings> config, IHostingEnvironment hostingEnvironment)
Parameters
Methods
View Source
Clear()
Declaration
View Source
GetLastError()
Declaration
public string GetLastError()
Returns
Type |
Description |
System.String |
|
View Source
Report(String, Exception)
Declaration
public void Report(string message, Exception e)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
e |
|