Class PackageConverterMessageEventArgs
Inheritance
PackageConverterMessageEventArgs
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
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
Level
Declaration
public MessageLevel Level { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Source
Declaration
public string Source { get; }
Property Value
Extension Methods