RanorexRanorex Documentation
ImageNotFoundException Constructor (message, image, innerException)
NamespacesRanorexImageNotFoundExceptionImageNotFoundException(String, Bitmap, Exception)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public ImageNotFoundException(
	string message,
	Bitmap image,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	image As Bitmap, _
	innerException As Exception _
)
public:
ImageNotFoundException(
	String^ message, 
	Bitmap^ image, 
	Exception^ innerException
)
Parameters
message (String)
The exception message.
image (Bitmap)
The image which was searched in.
innerException (Exception)
The inner exception.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)