Search Results for

    Show / Hide Table of Contents

    Class PackageConverterMessageEventArgs

    Inheritance
    object
    EventArgs
    PackageConverterMessageEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class PackageConverterMessageEventArgs : EventArgs

    Constructors

    PackageConverterMessageEventArgs(string, MessageLevel, string, Exception)

    Declaration
    public PackageConverterMessageEventArgs(string message, MessageLevel level, string source, Exception exception)
    Parameters
    Type Name Description
    string message
    MessageLevel level
    string source
    Exception exception

    Properties

    Exception

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

    Level

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

    Message

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

    Source

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • PackageConverterMessageEventArgs(string, MessageLevel, string, Exception)
    • Properties
      • Exception
      • Level
      • Message
      • Source
    • Extension Methods
    Back to top Generated by DocFX