Table of Contents

Constructor BulkCrudFailedException

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

BulkCrudFailedException(IBulkOperationResult<T>)

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

public BulkCrudFailedException(IBulkOperationResult<T> result)

Parameters

result IBulkOperationResult<T>

The result of the bulk operation that failed.

Exceptions

ArgumentNullException

Thrown when result is null.