Class ESynapseError

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ESynapseError = class(Exception)

Description

Exception clas used by Synapse

When you enable generating of exceptions, this exception is raised by Synapse's units.

Hierarchy

Overview

Properties

Published property ErrorCode: Integer read FErrorCode Write FErrorCode;
Published property ErrorMessage: string read FErrorMessage Write FErrorMessage;

Description

Properties

Published property ErrorCode: Integer read FErrorCode Write FErrorCode;

Code of error. Value depending on used operating system

Published property ErrorMessage: string read FErrorMessage Write FErrorMessage;

Human readable description of error.


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:56