Table of Contents

Class SapAgentBlockedException

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Thrown when the SAP agent coordinator is blocked by a safety rule (e.g. ReadOnlyMode, blocked transaction code, or destructive action guard).

public sealed class SapAgentBlockedException : Exception, ISerializable, _Exception
Inheritance
SapAgentBlockedException
Implements
Inherited Members

Constructors

SapAgentBlockedException(string)

Initialises the exception with a reason string.

public SapAgentBlockedException(string reason)

Parameters

reason string

Properties

Reason

The safety rule that blocked execution.

public string Reason { get; }

Property Value

string