예제 #1
0
 public void ThrowException(Exception ex)
 {
     InnerContext.ThrowException(ex);
 }
예제 #2
0
 public void TestException(RpcServerContext context)
 {
     context.ThrowException(new ApplicationException("TestException"));
 }