Datasnap.Provider.EDSWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEDSWriter

Delphi

EDSWriter = class(Exception)

C++

class PASCALIMPLEMENTATION EDSWriter : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider Datasnap.Provider

Description

EDSWriter is the exception class for errors that occur when creating data packets to represent the data or metadata in a dataset.

EDSWriter is raised whenever a provider component encounters an error while trying to create a data packet from a dataset.

See Also