Namespace: Consultingwerk.OERA.Exceptions
Class 
DatasetFillFailedException Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.Exceptions.FillFailedException
Implements: Consultingwerk.Exceptions.ISupportsInnerException, Consultingwerk.Exceptions.ISupportsOriginalStackTrace, Consultingwerk.Exceptions.IProvidesSessionInfo

File:DatasetFillFailedException
Purpose:Error raised by the DataAccess class when the Dataset
FILL() method returned FALSE and the ThrowErrorsOnFillFailed
property is set to TRUE
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Sep 26 12:23:39 CEST 2014


Top Constructor Summary
Options Name Purpose
DatasetFillFailedException () Constructor of the DatasetFillFailedException class
DatasetFillFailedException (character) Constructor of the DatasetFillFailedException class
DatasetFillFailedException (character, integer) Constructor of the DatasetFillFailedException class
DatasetFillFailedException (Error) Constructor of the DatasetFillFailedException class
DatasetFillFailedException (Error, character) Constructor of the DatasetFillFailedException class
DatasetFillFailedException (Error, character, integer) Constructor of the DatasetFillFailedException class


Constructor Detail
Top

DatasetFillFailedException ()

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Top

DatasetFillFailedException (character)

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
Top

DatasetFillFailedException (character, integer)

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object
Top

DatasetFillFailedException (Error)

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
Top

DatasetFillFailedException (Error, character)

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorString CHARACTER
The error message associated with this Exception object
Top

DatasetFillFailedException (Error, character, integer)

Purpose: Constructor of the DatasetFillFailedException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:22:13