Class EXQException

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type EXQException = class(Exception)

Description

General XQuery exception, with an namespace, errorCode and message

Hierarchy

  • Exception
  • EXQException

Overview

Fields

Public errorCode: string;
Public namespace: INamespace;

Methods

Public constructor create(aerrcode, amessage: string; anamespace: INamespace = nil);
Public class function searchClosestFunction(const addr: pointer): string;

Description

Fields

Public errorCode: string;
 
Public namespace: INamespace;
 

Methods

Public constructor create(aerrcode, amessage: string; anamespace: INamespace = nil);
 
Public class function searchClosestFunction(const addr: pointer): string;
 

Generated by PasDoc 0.14.0.