Constructor
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.1.0.0 (87.1.0.0)
public CogJobIOErrorEventArgs(
string name,
string message,
CogIOErrorConstants errorCode
)
public CogJobIOErrorEventArgs(
string name,
string message,
CogIOErrorConstants errorCode
)
Public Sub New (
name As String,
message As String,
errorCode As CogIOErrorConstants
)
Public Sub New (
name As String,
message As String,
errorCode As CogIOErrorConstants
)
public:
CogJobIOErrorEventArgs(
String^ name,
String^ message,
CogIOErrorConstants errorCode
)
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.