Class DataValidationError<ValidatedType>
Inheritance
System.Object
DataValidationError<ValidatedType>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class DataValidationError<ValidatedType>
Type Parameters
| Name | Description |
|---|---|
| ValidatedType |
Properties
View SourceException
Declaration
public Exception Exception { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Exception |
ValidatedObject
Declaration
public ValidatedType ValidatedObject { get; set; }
Property Value
| Type | Description |
|---|---|
| ValidatedType |