Class EXQException
Unit
xquery
Declaration
type EXQException = class(Exception)
Description
General XQuery exception, with an namespace, errorCode and message
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
errorCode: string; |
|
|
Methods
 |
constructor create(aerrcode, amessage: string; anamespace: INamespace = nil); |
|
|
 |
class function searchClosestFunction(const addr: pointer): string; |
|
|
Generated by PasDoc 0.14.0.
|