<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

EventHandlerFailedException

The exception thrown when an event handler fails during an update operation performed through the Object Manager service.
public Guid? ApplicationGuid { get; set; }

Gets or Sets the application GUID which the assembly containing the failed event handler is associated with.

public string ApplicationName { get; set; }

Gets or Sets the application name which the assembly containing the failed event handler is associated with.

public string ClassName { get; set; }

Gets or Sets the name of the class that defines the failed event handler.

Gets or Sets the execution type of the failed event handler.

public EventHandlerFailedException(string message)

Initializes a new instance of the EventHandlerFailedException class with a string.

public EventHandlerFailedException(string message, Exception innerException)

Initializes a new instance of the EventHandlerFailedException class with a string and inner exception.

public EventHandlerFailedException(string message, Exception innerException, string className, EventHandlerExecutionType eventHandlerType, string applicationName, Guid? applicationGuid)

Initializes a new instance of the EventHandlerFailedException class with a string and inner exception.