Click or drag to resize

ElementNotFoundException Constructor

Initializes a new ElementNotFoundException instance.

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ElementNotFoundException(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
The exception message.
args
Type: SystemObject
Parameters to insert into the exception message.
See Also