Which statements correctly define a CORBA exception using IDL?
A.
exception MyException {};
B.
interface Exception
{
strubg message;
C.
exception MyException;
D.
exception MyException
{
wstring message;
}
Which statements correctly define a CORBA exception using IDL?
Which statements correctly define a CORBA exception using IDL?
A.
exception MyException {};
B.
interface Exception
{
strubg message;
C.
exception MyException;
D.
exception MyException
{
wstring message;
}