diff --git a/src/net45/WampSharp/WAMP2/V2/Rpc/Callee/LocalRpcOperation.cs b/src/net45/WampSharp/WAMP2/V2/Rpc/Callee/LocalRpcOperation.cs index a9cb91853..0c158e522 100644 --- a/src/net45/WampSharp/WAMP2/V2/Rpc/Callee/LocalRpcOperation.cs +++ b/src/net45/WampSharp/WAMP2/V2/Rpc/Callee/LocalRpcOperation.cs @@ -157,7 +157,7 @@ protected static WampException ConvertExceptionToRuntimeException(Exception exce } // TODO: Maybe try a different implementation. - return new WampRpcRuntimeException(canceledException.Message); + return new WampRpcRuntimeException(exception.Message); } } -} \ No newline at end of file +}