public sealed class ExceptionInfoDto| ExceptionInfoDto | Initializes a new instance of the ExceptionInfoDto class |
| Message | The message associated with the exception. |
| StackTrace | The stack trace of the exception. |
| Type | The type of the exception. |
| IsExceptionValid |
Checks whether the ExceptionInfoDto object is properly filled in.
(Defined by ModelValidatorsExtensions) |