Click or drag to resize

crawlerErrorLog Constructor (Exception, IModelRecord, crawlerDomainTask, crawlerErrorEnum, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the crawlerErrorLog class

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public crawlerErrorLog(
	Exception __axe,
	IModelRecord __relevantRecord = null,
	crawlerDomainTask __task = null,
	crawlerErrorEnum __errorType = crawlerErrorEnum.none,
	int stacks = 1
)

Parameters

__axe
Type: SystemException

[Missing <param name="__axe"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.#ctor(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.Int32)"]

__relevantRecord (Optional)
Type: IModelRecord

[Missing <param name="__relevantRecord"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.#ctor(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.Int32)"]

__task (Optional)
Type: imbWEM.Core.crawler.enginecrawlerDomainTask

[Missing <param name="__task"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.#ctor(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.Int32)"]

__errorType (Optional)
Type: imbWEM.Core.crawler.enginecrawlerErrorEnum

[Missing <param name="__errorType"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.#ctor(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.Int32)"]

stacks (Optional)
Type: SystemInt32

[Missing <param name="stacks"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.#ctor(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.Int32)"]

See Also