Click or drag to resize

crawlerErrorLog Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.engine.crawlerErrorLog"]

Inheritance Hierarchy
SystemObject
  aceExceptionInfoBase
    imbWEM.Core.crawler.enginecrawlerErrorLog

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class crawlerErrorLog : aceExceptionInfoBase, 
	IModelRecordSerializable, ICrawlerDomainTaskSerializable, ILogSerializable

The crawlerErrorLog type exposes the following members.

Constructors
  NameDescription
Public methodcrawlerErrorLog
don-t use, this is just for serialization
Public methodcrawlerErrorLog(Exception, IModelRecord, crawlerDomainTask, crawlerErrorEnum, Int32)
Initializes a new instance of the crawlerErrorLog class
Top
Properties
  NameDescription
Public propertyDataDump (Inherited from aceExceptionInfoBase.)
Public propertyisThreadCancelError
IsThreadError
Public propertyMessage (Inherited from aceExceptionInfoBase.)
Public propertymodelClassName
Public propertymodelDataFieldDamp
Public propertymodelIndexCurrent
Public propertymodelInstanceID
Public propertymodelLogContent
Public propertymodelNote
Public propertymodelRemarkFlags
Public propertymodelRunStamp
Public propertymodelStartingThread
Public propertymodelState
Public propertymodelTimeFinish
Public propertymodelTimeStart
Public propertymodelUID
Public propertyRelInstanceClassName (Inherited from aceExceptionInfoBase.)
Public propertyRelInstanceParentClassName (Inherited from aceExceptionInfoBase.)
Public propertySouceCodeLine (Inherited from aceExceptionInfoBase.)
Public propertySourceCodeFile (Inherited from aceExceptionInfoBase.)
Public propertyspecificMessage
Public propertyStackTrace (Inherited from aceExceptionInfoBase.)
Public propertyTaskCrawlerName
Public propertyTaskDomainName
Public propertyTaskExecutionThreadName
Public propertyTaskIsActive
Public propertyTaskIsStageAborted
Public propertyTaskIterationStatus
Public propertyTaskJobName
Public propertyTaskLastIteration
Public propertyTaskRunStamp
Public propertyTaskStartTime
Public propertyTaskStatus
Public propertyTaskTargetDetected
Public propertyTaskTargetLoaded
Public propertyTaskTimeLimitForOneItemLoad
Public propertytime (Inherited from aceExceptionInfoBase.)
Public propertyTitle (Inherited from aceExceptionInfoBase.)
Top
Methods
  NameDescription
Public methodStatic memberCreateAndSave
Public methodEquals (Inherited from Object.)
Public methodGetFilename
Gets the filename
(Overrides aceExceptionInfoBase.GetFilename.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSaveXML
Saves the XML into specified path or default diagnostic location
(Overrides aceExceptionInfoBase.SaveXML(String).)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberFirstError
Public fieldStatic memberthrowException
IF TRUE it will throw exception
Top
See Also