Click or drag to resize
weroSoft AG, Software
IUserException Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines an exception used for distinguishing user exception from technical exceptions.

Namespace:  WeroSoft
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IUserException
Remarks
User exception happens during the system usage. These exceptions are informing the user about some data or handling issues. User exceptions are routed from the server back to the user interface in every case.
See Also