CancelChangingStringEventArgs ExceptionToThrow Property Cognex VisionPro 9.22 SR1
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.22.2.0
Syntax

public VisionException ExceptionToThrow { get; set; }

Property Value

Type: VisionException
See Also