public class ExceptionProperties
Public Class ExceptionProperties
ExceptionProperties | Class constructor. |
ExceptionProperties(Exception) | Class constructor. |
Code | Có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. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |