Version

ClipboardError Enumeration

Enumeration used to identify the type of clipboard error that occurred.
Syntax
'Declaration
 
Public Enum ClipboardError 
   Inherits System.Enum
public enum ClipboardError : System.Enum 
Members
MemberDescription
ConversionErrorUnable to convert the display value to the target cell EditAsType.
ExceptionAn exception occurred during the operation.
InsertRecordErrorAn error occurred while attempting to insert a record or the insertion was cancelled.
InvalidSelectedFieldRecordsThe record manager associated with the operation doesn't utilize the field layout associated with the selection.
MixedSelectionThe DataPresenterBase.SelectedItems has a mixture of selected item types - e.g. has some cells selected and some fields.
NonRectangularSelectionThe operation requires that the cells of the same fields are selected in all the records which contain selection.
NotEnoughColumnsThe information to be pasted has more column/field information than the amount of available from the origin of the paste operation.
NotEnoughRowsThe information to be pasted has more row/record information than the amount of available from the origin of the paste operation.
ReadOnlyCellThe target cell does not allow editing and therefore the value cannot be changed.
SetCellValueErrorAn error occurred while attempting to modify the value of a cell
UpdateRecordErrorAn error occurred while attempting to update a record
ValidationErrorThe value was determined to be invalid with the constraints of the editor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also