Search Results for

    Show / Hide Table of Contents

    Class ExecutionMessage

    Inheritance
    System.Object
    ExecutionMessage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ExecutionMessage

    Constructors

    ExecutionMessage()

    Declaration
    public ExecutionMessage()

    Properties

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    Level

    Declaration
    public MessageLevel Level { get; }
    Property Value
    Type Description
    MessageLevel

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String

    ProjectFileId

    Declaration
    public Guid? ProjectFileId { get; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    Source

    Declaration
    public string Source { get; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • ExecutionMessage()
    • Properties
      • Exception
      • Level
      • Message
      • ProjectFileId
      • Source
    Back to top Generated by DocFX