Click or drag to resize
ElementNotFoundException Constructor
Initializes a new ElementNotFoundException instance.

Namespace: Colygon.MatchPoint.Common
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.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