Click or drag to resize

IExportError Interface

An error that occurred attempting to export a document

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IExportError : IEdaIntegrationUniqueEntity, 
	IEdaIntegrationEntity

The IExportError type exposes the following members.

Properties
  NameDescription
Public propertyCreated
The date/time the error was created
Public propertyDetail
Detailed information for the error
Public propertyDocumentId
The unique identifier of the document to which the error belongs
Public propertyExportId
The id of the export in which the error occurred
Public propertyFileReference
The path to the file in which the error occurred
Public propertyId
A unique identifier for the error
Public propertyMessage
The error message
Top
See Also