EventHandlerFailedException
The exception thrown when an event handler fails during an update operation performed through the Object Manager service.
Gets or Sets the application GUID which the assembly containing the
failed event handler is associated with.
Gets or Sets the application name which the assembly containing the
failed event handler is associated with.
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.
Initializes a new instance of the EventHandlerFailedException class with a string.
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.