Click or drag to resize

crawlerErrorLog Class

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.3.55
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
Protected propertyaxe
Ref. ka ACE exceptionu
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
Protected propertyrelevantRecord
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.)
Protected propertytask
Referenca prema crawlerDomainTask-u
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
Protected methoddeploy
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFilename
Gets the filename
(Overrides aceExceptionInfoBase.GetFilename.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveXML
Saves the XML into specified path or default diagnostic location
(Overrides aceExceptionInfoBase.SaveXML(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberFirstError
Public fieldStatic memberthrowException
IF TRUE it will throw exception
Top
See Also