Table of Contents

Class SapGuiNotFoundException

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

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

message string

Error description.

SapGuiNotFoundException(string, Exception)

Initialises the exception with a message and inner exception.

public SapGuiNotFoundException(string message, Exception inner)

Parameters

message string

Error description.

inner Exception

Original exception.