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