|  | IExceptionItem Interface | 
Namespace: EdaIntegrationContract.Exceptions
 Syntax
Syntaxpublic interface IExceptionItem : IEdaIntegrationUniqueEntity, IEdaIntegrationEntity
The IExceptionItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Created | 
                The date and time that the exception was generated.
             | 
|  | Detail | 
                Any additional details for the exception, e.g. an expanded description
                or stack trace.
             | 
|  | DocumentId | 
                The unique identifier of the document that generated the exception.
             | 
|  | FileReference | 
                The full path reference to the files location, including container name,
                path within the container, and parent document if these are applicable.
             | 
|  | Id | 
                The unique identifier of the exception.
             | 
|  | Message | 
                The error message associated with this exception.
             | 
|  | Type | 
                The category that this exception belongs to.
             | 
 See Also
See Also