⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 genericuserexception.idl

📁 这是一个aut 的ejb教程 讨论了ejb是如何实现的。
💻 IDL
字号:
// auto-generated IDL file by CLS to IDL mapper

// Ch\Elca\Iiop\GenericUserException.idl

#include "orb.idl"
#include "Predef.idl"

#ifndef __Ch_Elca_Iiop_GenericUserException__
#define __Ch_Elca_Iiop_GenericUserException__
module Ch {
module Elca {
module Iiop {

exception GenericUserException{
wstring name;
wstring message;
wstring throwingMethod;
};

#pragma ID GenericUserException "IDL:Ch/Elca/Iiop/GenericUserException:1.0"

};
};
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -