Class SapAgentBlockedException
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
reasonstring
Properties
Reason
The safety rule that blocked execution.
public string Reason { get; }