Click or drag to resize

IEntityMemberValueException Interface

Entity Member exception

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IEntityMemberValueException : IEntityMemberException, 
	IException, IDisposable, IEquatable<IProxy>

The IEntityMemberValueException type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Error collection
(Inherited from IEntityMemberException.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from IException.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from IException.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from IException.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from IException.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from IException.)
Top
See Also