Search Results for

    Show / Hide Table of Contents

    Class ModelsGenerationError

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class ModelsGenerationError

    Constructors

    ModelsGenerationError(IOptions<ModelsBuilderSettings>, IHostingEnvironment)

    Initializes a new instance of the ModelsGenerationError class.

    Declaration
    public ModelsGenerationError(IOptions<ModelsBuilderSettings> config, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IOptions<ModelsBuilderSettings> config
    IHostingEnvironment hostingEnvironment

    Methods

    Clear()

    Declaration
    public void Clear()

    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
    In This Article
    • Constructors
      • ModelsGenerationError(IOptions<ModelsBuilderSettings>, IHostingEnvironment)
    • Methods
      • Clear()
      • GetLastError()
      • Report(String, Exception)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX