genericuserexception.idl

来自「这是一个aut 的ejb教程 讨论了ejb是如何实现的。」· IDL 代码 · 共 27 行

IDL
27
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?