コード例 #1
0
ファイル: TestAMDI.cs プロジェクト: externl/ice
 public override void asyncException_async(AMD_TestIntf_asyncException cb, Ice.Current current)
 {
     cb.ice_exception(new Test.TestIntfUserException());
     throw new Ice.ObjectNotExistException();
 }
コード例 #2
0
ファイル: TestAMDI.cs プロジェクト: sk163/ice-1
 public override void asyncException_async(AMD_TestIntf_asyncException cb, Ice.Current current)
 {
     cb.ice_exception(new Test.TestIntfUserException());
     throw new Ice.ObjectNotExistException();
 }