Table of Contents

Class SapComponentNotFoundException

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

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

componentId string

The 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)

Parameters

componentId string

The component ID path.

inner Exception

Original COM exception.