Start of Content Area

Object documentation Rf cException Class

RfcException is the base class for the other SAP RFC Exception classes. This exception will not be raised by the connector under normal conditions.

Object, ISerializable

System.Exception

System.ApplicationException

SAP.Connector.RfcException

 

[C#]

public class RfcException : System.ApplicationException

 

Properties of this class

 

ErrorCode

The error code from the SAP application. Derived from RFCException

ErrorGroup

The error group from the SAP application. Derived from RFCException

 

End of Content Area