Click or drag to resize

crawlerErrorLogdeploy 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.deploy(System.Exception,imbWEM.Core.crawler.engine.crawlerErrorEnum,System.String,System.Object,imbSCI.DataComplex.data.modelRecords.IModelRecord,imbWEM.Core.crawler.engine.crawlerDomainTask,System.Int32)"]

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
protected void deploy(
	Exception __axe,
	crawlerErrorEnum __errorType,
	string __specificMessage,
	Object __relevantInstance,
	IModelRecord __relevantRecord,
	crawlerDomainTask __task = null,
	int stacks = 1
)

Parameters

__axe
Type: SystemException

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

__errorType
Type: imbWEM.Core.crawler.enginecrawlerErrorEnum

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

__specificMessage
Type: SystemString

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

__relevantInstance
Type: SystemObject

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

__relevantRecord
Type: IModelRecord

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

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

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

stacks (Optional)
Type: SystemInt32

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

See Also