Click or drag to resize

IUserException Interface

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: 2016.10.0.0
Syntax
C#
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