Class SapComponentNotFoundException
A component with the given ID could not be found in the current session.
public class SapComponentNotFoundException : Exception, ISerializable, _Exception
- Inheritance
-
SapComponentNotFoundException
- Implements
- Inherited Members
Constructors
SapComponentNotFoundException(string)
Initialises the exception with the component ID that was not found.
public SapComponentNotFoundException(string componentId)
Parameters
componentIdstringThe component ID path, e.g.
wnd[0]/usr/txtFoo.
SapComponentNotFoundException(string, Exception)
Initialises the exception with a component ID and inner exception.
public SapComponentNotFoundException(string componentId, Exception inner)