Hello, I'm using a WCF service in my cshtml5 and WPF application. The service may throw exceptions in some circumstances: if (u == null) throw new UnauthorizedAccessException("Invalid membership"); ...and it is caught at client side: try { App.Token = System.Convert.ToBase64String(await Ap...