The Connector provides several Exception classes that we will implement using a try…catch statement. The exception classes are:
RfcCommunicationException
We couldn’t obtain a connection with the system.
RfcLogonException
We couldn’t logon.
// user could not logon...
RfcAbapRuntimeException
A runtime error has occurred
// serious problem on ABAP system side...
RfcAbapBaseException
A General Abap error has occurred.
// The function module returned an ABAP exception, an ABAP message
// or an ABAP class-based exception...
RfcInvalidStateException
Açıklamasını bulamadım.
Kaynak:
http://klanguedoc.hubpages.com/hub/How-To-Use-SAP-Nco-3-Net-4-Visual-Studio-2010
Hiç yorum yok:
Yorum Gönder