예제 #1
0
파일: TestAMDI.cs 프로젝트: externl/ice
 public override void unknownExceptionWithServantException_async(AMD_TestIntf_unknownExceptionWithServantException cb, 
                                            Ice.Current current)
 {
     cb.ice_exception(new Ice.ObjectNotExistException());
 }
예제 #2
0
파일: TestAMDI.cs 프로젝트: sk163/ice-1
 unknownExceptionWithServantException_async(AMD_TestIntf_unknownExceptionWithServantException cb,
                                            Ice.Current current)
 {
     cb.ice_exception(new Ice.ObjectNotExistException());
 }