Search Results for

    Show / Hide Table of Contents
    View Source

    Class CleanFolderResult.Error

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.IO
    Assembly: Umbraco.Core.dll
    Syntax
    public class Error : object

    Constructors

    View Source

    Error(Exception, FileInfo)

    Declaration
    public Error(Exception exception, FileInfo erroringFile)
    Parameters
    Type Name Description
    Exception exception
    FileInfo erroringFile

    Properties

    View Source

    ErroringFile

    Declaration
    public FileInfo ErroringFile { get; set; }
    Property Value
    Type Description
    FileInfo
    View Source

    Exception

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Error(Exception, FileInfo)
    • Properties
      • ErroringFile
      • Exception
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX