Datasnap.Provider.EDSWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEDSWriter
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: Datasnap.Provider

Delphi

EDSWriter = class(Exception)

C++

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

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