Table of Contents

Class BulkCrudFailedException<T>

Namespace
Skyline.DataMiner.Utils.DOM.Exceptions
Assembly
Skyline.DataMiner.Utils.DOM.dll

Represents an exception that occurs when a bulk CRUD operation fails.

public class BulkCrudFailedException<T> : CrudFailedException where T : IEquatable<T>

Type Parameters

T
Inheritance
BulkCrudFailedException<T>
Inherited Members
Extension Methods

Constructors

BulkCrudFailedException(IBulkOperationResult<T>)

Initializes a new instance of the BulkCrudFailedException<T> class.

Properties

Result

Gets the result of the bulk operation that failed.

SuccessfulIds

Gets the list of identifiers for the items that were successfully processed.

TraceDataPerItem

Gets the trace data associated with each item in the operation.

UnsuccessfulIds

Gets the list of identifiers for the items that failed to process.