Description | Hierarchy | Fields | Methods | Properties |
type ESynapseError = class(Exception)
Exception clas used by Synapse
When you enable generating of exceptions, this exception is raised by Synapse's units.
property ErrorCode: Integer read FErrorCode Write FErrorCode; |
|
property ErrorMessage: string read FErrorMessage Write FErrorMessage; |
property ErrorCode: Integer read FErrorCode Write FErrorCode; |
Code of error. Value depending on used operating system
property ErrorMessage: string read FErrorMessage Write FErrorMessage; |
Human readable description of error.