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