csharp
public sealed class RpcFailedExceptionAn 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 FailureWhy it did not answer.
public string MethodWhich 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