Which statements correctly define a CORBA exception using IDL?

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;
}



Leave a Reply 0

Your email address will not be published. Required fields are marked *