Kittyfisto / SharpRemote

A .NET remoting library
MIT License
12 stars 5 forks source link

Refactor NoSuchServantException #52

Closed Kittyfisto closed 6 years ago

Kittyfisto commented 6 years ago

Just like NotConnectedException and ConnectionLostException, NoSuchServantException is merely another cause for a remote procedure call to have been canceled. Therefore it too should inherit from RemoteProcedureCallCanceledException.

Kittyfisto commented 6 years ago

Available with 0.5.91.