📄 genericuserexception.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 + -