Skip to main content

BulkOperationValidationException

  • Namespace: PPDS.Dataverse.BulkOperations
  • Assembly: PPDS.Dataverse
  • Kind: Class
  • Base: ArgumentException
  • Implements: ISerializable

Summary

Exception thrown when bulk operation configuration fails validation.

Members

Constructors

BulkOperationValidationException(string errorCode, string message, string paramName)

BulkOperationValidationException(string errorCode, string message, string paramName)

Creates a new bulk operation validation exception.

  • Param errorCode: The structured error code (use PPDS.Dataverse.BulkOperations.BulkOperationErrorCode constants).

  • Param message: Human-readable error message.

  • Param paramName: Optional parameter name that failed validation.

Properties

ErrorCode

string ErrorCode { get; }

Structured error code for programmatic handling. Uses the BulkOperation.* prefix (see PPDS.Dataverse.BulkOperations.BulkOperationErrorCode).