Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース |
ここでは、例外処理で用いるSystemExceptionクラスについて説明します。
class CORBA { class Exception{ } class SystemException : public Exception { public: ULong minor() const; void minor(ULong); } }
目次
索引
![]() ![]() |