Brunet.Services.XmlRpc.XmlRpcManagerTest.TestWithOtherException C# (CSharp) Method

TestWithOtherException() private method

private TestWithOtherException ( ) : void
return void
    public void TestWithOtherException() {
      Exception e = new ArgumentException("Testing message");
      this._mrm.CurrentInvokeState.RetValues = new object[] { e };
      this._rpc.localproxy("Foo");
    }