Click or drag to resize

crawlerErrorLogCreateAndSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.CreateAndSave(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum)"]

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

Parameters

__axe
Type: SystemException

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

__relevantRecord (Optional)
Type: IModelRecord

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

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

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

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

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

Return Value

Type: crawlerErrorLog

[Missing <returns> documentation for "M:imbWEM.Core.crawler.engine.crawlerErrorLog.CreateAndSave(System.Exception,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,imbWEM.Core.crawler.engine.crawlerErrorEnum)"]

See Also