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 |