Excpetion property should not be used in a DTO sent to a Client because: - it's not properly serializable - it can "leak" reflection classes to TypeScript generated proxy classes
Excpetion property should not be used in a DTO sent to a Client because: