Skip to content

ERPConnect.RFCServerException

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

This class provides a SAP exception which is thrown into the SAP system during a server call. Please make sure to fill the ABAPException properly before throwing in a way, that SAP unterstands ...

public sealed class RFCServerException : Exception, ISerializable

Inheritance

objectExceptionRFCServerException

Implements

ISerializable

Inherited Members

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, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

RFCServerException(string)

initializes a new RFCServerException object

public RFCServerException(string AbapException)

Parameters

AbapException string

String that appears as system exception in the calling SAP system

Fields

ABAPException

ABAP exception

public string ABAPException

Field Value

string