OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
except.h File Reference

OCF Exception classes. More...

#include <owl/private/defs.h>
#include <ocf/defs.h>
#include <owl/exbase.h>
#include <owl/private/ole2inc.h>

Go to the source code of this file.

Classes

class  ocf::TXOle
 OLE API related exception object. More...
 
class  ocf::TXObjComp
 Base OC exception class. More...
 

Namespaces

namespace  ocf
 Object Component Framework (COM encapsulation)
 

Macros

#define OLECALL(func, msg)   TXOle::Check(func)
 

Detailed Description

OCF Exception classes.

Note
All OCF Exception classes are defined here except for TXAuto, the exception used in automation failures. [See AUTODEFS.H for TXAuto].

Definition in file except.h.

Macro Definition Documentation

◆ OLECALL

#define OLECALL ( func,
msg )   TXOle::Check(func)

Definition at line 78 of file except.h.