CogJobIOErrorEventArgs Constructor Cognex VisionPro 9.24
Constructor

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogJobIOErrorEventArgs(
	string name,
	string message,
	CogIOErrorConstants errorCode
)

Parameters

name
Type: System String
The name of the CogJob which fired the I/O error event.
message
Type: System String
The message that contains the description of an I/O error.
errorCode
Type: Cognex.VisionPro.QuickBuild CogIOErrorConstants
The I/O error code.
See Also