Vixen
02b45cc4
csharp
public sealed class RpcFailedException

An awaited call that did not produce an answer.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public RpcFailure Failure

    Why it did not answer.

  • public string Method

    Which call.

Methods (1)

  • public RpcFailedException(RpcFailure Failure, string Method)

    An awaited call that did not produce an answer.

Used by (3)

  • AwaitableRpcTestsVixen.Net.Tests
  • PendingCallsVixen.Net
  • RpcRouterVixen.Net