Class SapGuiNotFoundException
SAP GUI is not running, or scripting is not enabled.
public class SapGuiNotFoundException : Exception, ISerializable, _Exception
- Inheritance
-
SapGuiNotFoundException
- Implements
- Inherited Members
Constructors
SapGuiNotFoundException(string)
Initialises the exception with a message.
public SapGuiNotFoundException(string message)
Parameters
messagestringError description.
SapGuiNotFoundException(string, Exception)
Initialises the exception with a message and inner exception.
public SapGuiNotFoundException(string message, Exception inner)