Represents an exception that occurs within a JS call but is handled server-side.
Namespace:
Colygon.MatchPoint.Core.Ajax
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public interface IUserException
Remarks
Usually, exceptions in js code redirect to the SP error page. If an exception is catched and rethrown as a
IUserException, it can be handled within the server side method.
See Also