|  | IEntityMemberValueException Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
SyntaxThe IEntityMemberValueException type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Errors | 
            Error collection
            (Inherited from IEntityMemberException.) | 
|  | InnerException | 
            Gets the Exception instance that caused the current exception.
            (Inherited from IException.) | 
|  | Message | 
            Gets a message that describes the current exception.
            (Inherited from IException.) | 
|  | Source | 
            Gets or sets the name of the application or the object that causes the error.
            (Inherited from IException.) | 
|  | StackTrace | 
            Gets a string representation of the immediate frames on the call stack.
            (Inherited from IException.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | ToString | 
            Creates and returns a string representation of the current exception.
            (Inherited from IException.) | 
 See Also
See Also