ExceptionInfoDto Class

Data Transfer Object (DTO) representing exception information.

Definition

Namespace: MobileTrack.Common.Models.Alerts
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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