GetGet the exception that is to be thrown should the action be cancelled. This may be null.
SetSet the exception that is to be thrown should the action be cancelled. This may be null.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public VisionException ExceptionToThrow { get; set; }public VisionException ExceptionToThrow { get; set; }Public Property ExceptionToThrow As VisionException
Get
Set
Public Property ExceptionToThrow As VisionException
Get
Set
public:
property VisionException^ ExceptionToThrow {
VisionException^ get ();
void set (VisionException^ value);
}public:
property VisionException^ ExceptionToThrow {
VisionException^ get ();
void set (VisionException^ value);
}Property Value
Type:
VisionException