ExceptionInfoDto Class

Data Transfer Object (DTO) representing exception information.

Definition

Namespace: MobileTrack.Common.Models.Alerts
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class ExceptionInfoDto
Inheritance
Object    ExceptionInfoDto

Constructors

ExceptionInfoDtoInitializes a new instance of the ExceptionInfoDto class

Properties

Message The message associated with the exception.
StackTrace The stack trace of the exception.
Type The type of the exception.

Extension Methods

IsExceptionValid Checks whether the ExceptionInfoDto object is properly filled in.
(Defined by ModelValidatorsExtensions)

See Also