Skip to main content
Version: 3.x

BatchProduceException constructor (1 of 2)

Initializes a new instance of the BatchProduceException class.

public BatchProduceException(IReadOnlyCollection<BatchProduceItem> items)
parameterdescription
itemsThe items contained in the batch

See Also


BatchProduceException constructor (2 of 2)

Initializes a new instance of the BatchProduceException class.

public BatchProduceException(IReadOnlyCollection<BatchProduceItem> items, Exception innerException)
parameterdescription
itemsThe items contained in the batch
innerExceptionThe exception that caused the batch produce to fail

See Also