ElementNotFoundException Constructor |
Initializes a new ElementNotFoundException instance.
Namespace: Colygon.MatchPoint.CommonAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax 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