namespace RemoteExec.Client.Exceptions; /// /// Exception thrown when a remote method execution fails on the server. /// public class RemoteExecutionException(string message) : Exception(message) { }