CancelChangingStringEventArgs ExceptionToThrow Property Cognex VisionPro 9.20
Get

Get the exception that is to be thrown should the action be cancelled. This may be null.

Set

Set the exception that is to be thrown should the action be cancelled. This may be null.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public VisionException ExceptionToThrow { get; set; }

Property Value

Type: VisionException
See Also