office-gobmx/idlc/test/exception.idl
Juergen Schmidt ea4bd2c669 new
2001-03-15 11:25:06 +00:00

20 lines
178 B
Text

module idlc
{
module test
{
exception BaseException
{
string Description;
};
exception RuntimeException : BaseException
{
long Id;
type Context;
};
};
};