ExceptionProperties Class

Contains the details of an exception.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class ExceptionProperties
Inheritance
Object    ExceptionProperties

Constructors

ExceptionProperties Class constructor.
ExceptionProperties(Exception) Class constructor.

Properties

CodeCódigo de excepción controlada por la aplicación
Details Get the exception detail.
Message Exception Message.
QualifiedType Qualified name of the exception type.
Source Exception source.
StackTrace Exception call stack.
Type /Exception type name.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also