Class EException
Unit
Declaration
type EException = class(SysUtils.Exception)
Description
This item has no description.
Hierarchy
- SysUtils.Exception
- EException
Overview
Methods
constructor Create(excp: PCm2Obj); |
Properties
Description
Methods
constructor Create(excp: PCm2Obj); |
|
This item has no description. |
Properties
property Message: string read what; |
|
This item has no description. |
property ConnectionException: ddb.ConnectionException read ConnectionException_; |
|
This item has no description. |
property PermissionException: ddb.PermissionException read PermissionException_; |
|
This item has no description. |
property OutOfRangeException: ddb.OutOfRangeException read OutOfRangeException_; |
|
This item has no description. |
property OutOfMemoryException: ddb.OutOfMemoryException read OutOfMemoryException_; |
|
This item has no description. |
property SyntaxException: ddb.SyntaxException read SyntaxException_; |
|
This item has no description. |
property ConstraintException: ddb.ConstraintException read ConstraintException_; |
|
This item has no description. |
property DependencyException: ddb.DependencyException read DependencyException_; |
|
This item has no description. |
property IOException: ddb.IOException read IOException_; |
|
This item has no description. |
property MissingExtensionException: ddb.MissingExtensionException read MissingExtensionException_; |
|
This item has no description. |
property NotImplementedException: ddb.NotImplementedException read NotImplementedException_; |
|
This item has no description. |
property AutoloadException: ddb.AutoloadException read AutoloadException_; |
|
This item has no description. |
property SerializationException: ddb.SerializationException read SerializationException_; |
|
This item has no description. |
property SequenceException: ddb.SequenceException read SequenceException_; |
|
This item has no description. |
property InterruptException: ddb.InterruptException read InterruptException_; |
|
This item has no description. |
property FatalException: ddb.FatalException read FatalException_; |
|
This item has no description. |
property InternalException: ddb.InternalException read InternalException_; |
|
This item has no description. |
property InvalidInputException: ddb.InvalidInputException read InvalidInputException_; |
|
This item has no description. |
property InvalidTypeException: ddb.InvalidTypeException read InvalidTypeException_; |
|
This item has no description. |
property TypeMismatchException: ddb.TypeMismatchException read TypeMismatchException_; |
|
This item has no description. |
property ParameterNotAllowedException: ddb.ParameterNotAllowedException read ParameterNotAllowedException_; |
|
This item has no description. |
property ParameterNotResolvedException: ddb.ParameterNotResolvedException read ParameterNotResolvedException_; |
|
This item has no description. |
property CatalogException: ddb.CatalogException read CatalogException_; |
|
This item has no description. |
property ParserException: ddb.ParserException read ParserException_; |
|
This item has no description. |
property BinderException: ddb.BinderException read BinderException_; |
|
This item has no description. |
property BaseException: ddb.BaseException read BaseException_; |
|
This item has no description. |