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