CogException Constructor (String)Cognex VisionPro 9.5
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: 69.0.0.0 (69.0.0.0)
Syntax

protected CogException(
	string message
)

Parameters

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