CK-Text CK-Text
    Show / Hide Table of Contents

    Class SystemActivityMonitor.LowLevelErrorEventArgs

    Defines the event argument of OnError.

    Inheritance
    Object
    EventArgs
    SystemActivityMonitor.LowLevelErrorEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: CK.Core
    Assembly: CK.ActivityMonitor.dll
    Syntax
    public sealed class LowLevelErrorEventArgs : EventArgs

    Fields

    | Improve this Doc View Source

    ErrorMessage

    The error message. Never null nor empty.

    Declaration
    public readonly string ErrorMessage
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ErrorWhileWritingLogFile

    Exception raised while attempting to create the error file. This could be used to handle configuration error: an exception here means that something is going really wrong.

    Declaration
    public readonly Exception ErrorWhileWritingLogFile
    Field Value
    Type Description
    Exception
    | Improve this Doc View Source

    FullLogFilePath

    Not null if the ErrorMessage has been successfully written (if RootLogPath is set). Contains the full path of the log file.

    Declaration
    public readonly string FullLogFilePath
    Field Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2017 Invenietis
    Generated by DocFX