CogException Constructor (String)Cognex VisionPro 9.8
Initializes a new instance of the CogException class with a specified error message.

Namespace: Cognex.VisionPro.Exceptions
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

protected CogException(
	string message
)

Parameters

message
Type: System String
A message that describes the error.
See Also