CogRunStatus Exception Property Cognex VisionPro 9.24
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: 91.0.0.0 (91.0.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