Click or drag to resize

IEntityMemberException Properties

The IEntityMemberException type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Error collection
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
See Also