CogRunStatus Exception Property Cognex VisionPro 9.22 SR1
Gets the exception thrown (and caught) while executing the tool's Run method.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public Exception Exception { get; }

Property Value

Type: Exception
Returns the exception that happened when the tool's Run method was called, or null if no exception happened.

Implements

ICogRunStatus Exception
See Also