コード例 #1
0
ファイル: ThrowerAMDI.cs プロジェクト: sbesson/zeroc-ice
    public override void throwAfterResponse_async(AMD_Thrower_throwAfterResponse cb, Ice.Current current)
    {
        cb.ice_response();

        throw new System.Exception();
    }
コード例 #2
0
ファイル: ThrowerAMDI.cs プロジェクト: yiqideren/ice
    public override void throwAfterResponse_async(AMD_Thrower_throwAfterResponse cb, Ice.Current current)
    {
        cb.ice_response();

        throw new System.Exception();
    }