Skip to content

ERPConnect.ABAPRuntimeException

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

The exception that is thrown when a system-driven exception is raised by the ABAP runtime environment.

public class ABAPRuntimeException : ERPException, ISerializable

Inheritance

objectExceptionERPExceptionABAPRuntimeException

Derived

NoAuthorityException

Implements

ISerializable

Inherited Members

ERPException.GetObjectData(SerializationInfo, StreamingContext), ERPException.ABAPException, Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.StackTrace, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ABAPRuntimeException(SerializationInfo, StreamingContext)

protected ABAPRuntimeException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

context StreamingContext

Properties

Description

public string Description { get; }

Property Value

string

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

context StreamingContext