Class AddFileDescriptorExceptionNotificationEvent
Used by third party components to register an exception in the file descriptor handling event (mainly for suppressing notifications regarding missing file descriptors)
Inheritance
Object
AddFileDescriptorExceptionNotificationEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class AddFileDescriptorExceptionNotificationEvent
Constructors
AddFileDescriptorExceptionNotificationEvent(String, Object)
Creates an instance of the notification event for adding exceptions regarding the processing of certain file descriptor ids
Declaration
public AddFileDescriptorExceptionNotificationEvent(string exemptedFileDescriptorId, object sender)
Parameters
Type | Name | Description |
---|---|---|
String | exemptedFileDescriptorId | The exempted file descriptor id |
Object | sender | The class that sends the request |
Properties
ExemptedFileDescriptorId
The ID of the file descriptor supposed to be exempted from processing in Trados
Declaration
public string ExemptedFileDescriptorId { get; }
Property Value
Type | Description |
---|---|
String |
Sender
Might be required for debugging
Declaration
public object Sender { get; }
Property Value
Type | Description |
---|---|
Object |